GNOME Bugzilla – Bug 639801
move from gconf to gsettings
Last modified: 2012-06-20 10:49:36 UTC
Everyone else is jumping on the gsettings train, we should too!
Created attachment 178574 [details] [review] gsm, capplet: move from gconf to gsettings This gets us more GNOME 3 compliant. Note we still use gconf for autostart files that require it.
+++ b/data/org.gnome.desktop.session.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist gettext-domain="gnome-session-3.0"> + <schema id="org.gnome.desktop.session" path="/desktop/gnome/session/"> Not sure about that path; I thought the recommendation was to use /org/gnome/foo/ style paths?
Reopening as you still require gconf in your configure.ac. Please, set the blockers bugs to completely remove the gconf dependency on this module and then we can close this bug
(In reply to comment #3) > Reopening as you still require gconf in your configure.ac. > > Please, set the blockers bugs to completely remove the gconf dependency on this > module and then we can close this bug Depending on gconf doesn't mean we didn't move to gsettings: the reason we depend on gconf is to support autostart files that use a gconf-based condition. If we want to get rid of this, or to use gconftool-2 for this, please open another bug -- but let's not abuse this bug for this.
(In reply to comment #4) > > Depending on gconf doesn't mean we didn't move to gsettings: the reason we > depend on gconf is to support autostart files that use a gconf-based condition. > > If we want to get rid of this, or to use gconftool-2 for this, please open > another bug -- but let's not abuse this bug for this. See bug #678394 :)