GNOME Bugzilla – Bug 652200
gconf plugin ignored because of missing schema
Last modified: 2011-06-10 14:27:58 UTC
The gconf plugin is never loaded and failed with: ** (gnome-settings-daemon:30509): WARNING **: Ignoring unknown module 'org.gnome.settings-daemon.plugins.gconf' Looking at the code, this happens when there's no gsettings schema for a plugin, and indeed there's no schema for the gconf one.
I'd be more than happy just removing it. I think that the idea was doomed in the first place. Rodrigo?
Well, in the Ubuntu archive: $ apt-cache rdepends libgconf2-4 | wc -l 396 not all of them use system-wide settings, of course, but quite a few of those applications use the system proxy settings, so it's not a doomed idea really, unless we really want to break all those 3rd party apps. I just fixed the missing schema thing in commit a9252155e9704f379de63fa8c8e8c61d364d2d71, and I'll be really happy to remove the plugin from g-s-d as soon as we make sure no applications really need system-wide settings. Next week I will have a list of apps using proxy and other settings, so we can decide if it makes sense to remove it or not.