gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9987 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r9987 - Extractor/src/plugins
Date: Wed, 13 Jan 2010 14:52:34 +0100

Author: grothoff
Date: 2010-01-13 14:52:34 +0100 (Wed, 13 Jan 2010)
New Revision: 9987

Modified:
   Extractor/src/plugins/ole2_extractor.c
   Extractor/src/plugins/thumbnailgtk_extractor.c
Log:
Gnome thinks unloading plugins is an unnecessary feature, so we only run Gnome 
code out-of-process from now on

Modified: Extractor/src/plugins/ole2_extractor.c
===================================================================
--- Extractor/src/plugins/ole2_extractor.c      2010-01-13 13:46:37 UTC (rev 
9986)
+++ Extractor/src/plugins/ole2_extractor.c      2010-01-13 13:52:34 UTC (rev 
9987)
@@ -475,6 +475,21 @@
 }
 
 
+
+const char *
+EXTRACTOR_ole2_options ()
+{
+  /* 
+     Since the Gnome developers think that being unable to
+     unload plugins is an 'acceptable' limitation, we
+     require out-of-process execution for plugins depending
+     on libgsf and other glib-based plugins.
+     See also https://bugzilla.gnome.org/show_bug.cgi?id=374940 
+  */
+  return "oop-only"; 
+}
+
+
 int 
 EXTRACTOR_ole2_extract (const char *data,
                        size_t size,

Modified: Extractor/src/plugins/thumbnailgtk_extractor.c
===================================================================
--- Extractor/src/plugins/thumbnailgtk_extractor.c      2010-01-13 13:46:37 UTC 
(rev 9986)
+++ Extractor/src/plugins/thumbnailgtk_extractor.c      2010-01-13 13:52:34 UTC 
(rev 9987)
@@ -41,6 +41,20 @@
 }
 
 
+const char *
+EXTRACTOR_thumbnailgtk_options ()
+{
+  /* 
+     Since the Gnome developers think that being unable to
+     unload plugins is an 'acceptable' limitation, we
+     require out-of-process execution for plugins depending
+     on libgsf and other glib-based plugins.
+     See also https://bugzilla.gnome.org/show_bug.cgi?id=374940 
+  */
+  return "oop-only"; 
+}
+
+
 int 
 EXTRACTOR_thumbnailgtk_extract (const char *data,
                                size_t size,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]