GNOME Bugzilla – Bug 622292
Load schemas from GSETTINGS_SCHEMA_DIR if set
Last modified: 2015-02-22 12:22:57 UTC
Created attachment 164220 [details] [review] Load schemas from GSETTINGS_SCHEMA_DIR if set See patch. Note I'm not familiar with Vala, so I wanted to check: if(schemas_dir) but it didn't like that, so I checked for empty string. I guess the return value is translated to "" if NULL... ;-)
Created attachment 164228 [details] [review] Load-schemas-from-GSETTINGS_SCHEMA_DIR-if-set Lesson #1: Don't forget to rebuild your patch after you changed something... ;-) This one is more correct.
gsettings itself looks in g_get_system_data_dirs() for the schemas, not /usr, so dconf-editor should too.
Yeah, probably a more logical solution. Feel free to update the patch, about half of the work is done... ;-)
Created attachment 178786 [details] [review] editor: load schemas from the same sources as gsettings
*** Bug 636166 has been marked as a duplicate of this bug. ***
*** Bug 644969 has been marked as a duplicate of this bug. ***
Comment on attachment 164228 [details] [review] Load-schemas-from-GSETTINGS_SCHEMA_DIR-if-set Obsolete by Rui's patch
Review of attachment 178786 [details] [review]: Comitted with minor changes
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
[moving dconf>editor tickets to dconf-editor product. See bug 744791]