(Also at bugzilla as http://bugzilla.gnome.org/show_bug.cgi?id=429020, but here for completeness, and that this makes python plugin modifications with system installed rhythmbox somewhat difficult)
rb_python_module_init_python() in plugins/rb-python-module.c calls rb_get_plugin_paths() to get a list of paths to insert into sys.path of the internal python instance. These are in the correct order (user, then system). However, rb_python_module_init_python() then walks the list and inserts each item at the beginning, which has the effect of reversing the list order, making it impossible to override system plugins with user plugins. Tom -- [EMAIL PROTECTED] - http://tevp.net Illegitimus non carborundum _______________________________________________ rhythmbox-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
