GNOME Bugzilla – Bug 635277
Port to GSettings
Last modified: 2010-12-02 14:59:23 UTC
http://live.gnome.org/GnomeGoals/GSettingsMigration $ git grep gconf-client src/gnome-screensaver-preferences.c:#include <gconf/gconf-client.h> src/gs-lock-plug.c:#include <gconf/gconf-client.h> src/gs-prefs.c:#include <gconf/gconf-client.h>
If it is not too hard, I would be interested to work on this (If I didn't come back within 1 week, you can consider I forgot :)
Richard Hugues commited the port to GSettings to master.
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.screensaver" path="/apps/gnome-screensaver/"> The recommendation is that schema paths should look sth like "/org/gnome/foo/" instead of "/apps/foo/".
commit 5856caa86d066a74349b10544d9fc98349f47b7a Author: Richard Hughes <richard@hughsie.com> Date: Thu Dec 2 14:59:26 2010 +0000 Fix up the GSettings schema path. Resolves #635277