GNOME Bugzilla – Bug 639956
gschema.migrate: fix typo, hibernate/power/suspend button keys moved to gnome-settings-daemon
Last modified: 2011-01-26 22:41:41 UTC
Attached is a patch that migrates the hibernate/power/suspend button settings to the correct keys in gnome-settings-daemon's schema. It also fixes a misplaced `"` in a key name. It should be okay to assume g-s-d is around since g-p-m depends on g-c-c, and that pulls in g-s-d.
Created attachment 178734 [details] [review] gschema.migrate: button keys moved to gnome-settings-daemon, fix typo
I should probably mention for the record, that this bug causes gsettings-data-convert to crash when started, and be unable to migrate gconf key settings over to dconf.
Patch looks good to me.