[eog] Disable python and seed plugin loaders for now



commit 8b3e4ba3dbbe7a8b6e48a1f962e27352b8682991
Author: Felix Riemann <friemann gnome org>
Date:   Sun Jan 9 21:55:12 2011 +0100

    Disable python and seed plugin loaders for now
    
    They are not working very well with eog yet.
    For example they prevent eog from quitting.

 src/eog-plugin-engine.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/eog-plugin-engine.c b/src/eog-plugin-engine.c
index e951bec..ad860eb 100644
--- a/src/eog-plugin-engine.c
+++ b/src/eog-plugin-engine.c
@@ -133,6 +133,11 @@ eog_plugin_engine_new (void)
 	engine = EOG_PLUGIN_ENGINE (g_object_new (EOG_TYPE_PLUGIN_ENGINE,
 						  NULL));
 
+	/* Disable python and seed bindings as they are not working very
+	 * well with eog yet (e.g. are having ref counting issues). */
+	peas_engine_disable_loader (PEAS_ENGINE (engine), "python");
+	peas_engine_disable_loader (PEAS_ENGINE (engine), "seed");
+
 	user_plugin_path = g_build_filename (eog_util_dot_dir (),
 					     USER_EOG_PLUGINS_LOCATION, NULL);
 	/* Find per-user plugins */



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