GNOME Bugzilla – Bug 791781
Support advanced gsettings schemas infos
Last modified: 2019-03-20 10:41:20 UTC
Dconf Editor works now with dconf (a simple database that stores path with a value) and with gsettings main functions (mapping descriptions called “schemas” to a path, sometimes not given). But in fact, gsettings has planned/incomplete/unused/broken functions to explain relationship between some schemas, for what I know: * the “child” element, to describe children schemas (dad, is that you..?); * the “list-of” and “extends” attributes of the “schema” element, to say some other things. We should have a look if these parts of the abstraction are usable or not (see bug 639068), are fixable or not (bug 639066, I’m looking at you), notably for: * not listing relocatable schemas that are only extended in the --list-relocatable-schemas list (“org.gnome.Terminal.SettingsList” or “com.gexperts.Tilix.SettingsList” depending of the terminal you use); * using “list-of” as a source for automatic mapping of relocatable schemas.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/dconf-editor/issues/30.