Gnome

~/.config/dconf/user

~/.config/dconf/user is in the binary dconf database format.

If you really need to, to read the content of this file, do:

cd
cp ~/.config/dconf/user ~/.config/dconf/test
printf %s\\n "user-db:test" > db_profile
DCONF_PROFILE=~/db_profile dconf dump / > old_settings

~/.config/dconf/

dconf is one of the main configuration utilities in GNOME.
https://help.gnome.org/admin/system-admin-guide/stable/dconf.html.en
https://en.wikipedia.org/wiki/Dconf

https://developer.gnome.org/dconf/unstable/dconf-overview.html
dconf — A configuration system
dconf is a simple key/value storage system that is heavily optimised for reading.

Syndicate content