GNOME Bugzilla – Bug 692163
file chooser: give GSettings schema a path
Last modified: 2013-01-23 12:48:36 UTC
See patch.
Created attachment 233978 [details] [review] file chooser: give GSettings schema a path The code is always instantiating this schema at a fixed location, so why is it relocatable? Add a path so that it shows up properly in dconf-editor, and from the gsettings commandline tool.
Review of attachment 233978 [details] [review]: Yep
Can you also fix the colorchooser schema while you're at it ?
Is it a good idea to have multiple schemas? Could we have just one global GSettings object and use that everywhere?
Lets go with this for now.