After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753089 - Translate CamelCase parameters to valid gsettings names
Translate CamelCase parameters to valid gsettings names
Status: RESOLVED DUPLICATE of bug 663518
Product: dasher
Classification: Applications
Component: core
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Patrick Welche
dasher-maint
Depends on:
Blocks:
 
 
Reported: 2015-07-31 05:18 UTC by Yanko Kaneti
Modified: 2015-08-18 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Crude first attempt (8.61 KB, patch)
2015-07-31 05:18 UTC, Yanko Kaneti
none Details | Review

Description Yanko Kaneti 2015-07-31 05:18:12 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.
Comment 1 Patrick Welche 2015-08-18 10:20:27 UTC

*** This bug has been marked as a duplicate of bug 663518 ***