GNOME Bugzilla – Bug 753089
Translate CamelCase parameters to valid gsettings names
Last modified: 2015-08-18 10:20:27 UTC
Created attachment 308509 [details] [review] Crude first attempt In the long term its untenable to keep CamelCase gsettings names in the org.gnome.Dasher schema. They are invlid according to spec and while you can use --allow-any-name to compile the schema now, this flag is going to be removed at some point and anything else that uses glib-compile-schemas (like a fedora packaging scriptlet, https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#GSettings_Schema) will ignore them. I've attached a crude attempt at mechanically translating the parameter names to valid gsettings names.
*** This bug has been marked as a duplicate of bug 663518 ***