GNOME Bugzilla – Bug 630419
Add GConf conversion script
Last modified: 2010-10-05 09:31:17 UTC
As per subject
Created attachment 170918 [details] [review] Add GConf conversion script
Looks good, but please add ".convert" suffix to the filename to keep consistency with existing convert files (e.g. nautilus.convert, evince.convert). The other thing is mapping enum values, as described in bug 626106 -- some asserts are expected in the current state. Later we should add enum value aliases, for org.gnome.desktop.GDesktopBackgroundShading and org.gnome.desktop.GDesktopToolbarIconSize. I couldn't verify if it works, gsettings-data-convert throws an assert right after startup. Please run `rm ~/.local/share/gsettings-data-convert; /usr/bin/gsettings-data-convert` and watch for any problems. If it passes, feel free to commit.
(In reply to comment #2) > I couldn't verify if it works, gsettings-data-convert throws an assert right > after startup. Please run `rm ~/.local/share/gsettings-data-convert; > /usr/bin/gsettings-data-convert` and watch for any problems. If it passes, feel > free to commit. OK, I managed to make it working, looks like key names are all correct and there are no other errors.
Attachment 170918 [details] pushed as 9f09586 - Add GConf conversion script