GNOME Bugzilla – Bug 672303
Support for generic compilation of keyfiles to dbs
Last modified: 2014-01-13 21:27:08 UTC
'dconf update' lets you compile keyfiles into dconf databases in a very specific way. Would be nice if we had the ability to do this in a more generic way (ie: compile arbitrary keyfile into arbitrary database file).
Created attachment 263065 [details] [review] dconf update: change error handling Instead of just ignoring errors when trying to parse keyfiles in a .d directory, fail the compile outright. 'dconf update' will print the error and attempt to move on to the next .d directory in line.
Created attachment 263066 [details] [review] dconf(1): some whitespace changes Add some more padding to 'dconf help' output to accomodate coming additions.
Created attachment 263067 [details] [review] dconf(1): add 'dconf compile' command This allows manually compiling dconf databases outside of /etc. This is meant to be used from the build system of projects that want to install dconf databases (like gdm) to easily build the database in-tree.
Attachment 263065 [details] pushed as c211fc4 - dconf update: change error handling Attachment 263066 [details] pushed as 30f0c32 - dconf(1): some whitespace changes Attachment 263067 [details] pushed as 403060b - dconf(1): add 'dconf compile' command