Explore os valores de GSettings para as súas aplicacións
There are two tools you can use to browse system and application preferences stored as GSettings values, the dconf-editor graphical utility and the gsettings command line utility.
Both dconf-editor and gsettings also allows you to change preferences for the current user.
Note that these tools always operate using the current user's GSettings database, so you should not run these applications as root.
Both dconf-editor and gsettings require a D-Bus session bus in order to make any changes. This is because the dconf daemon must be activated using D-Bus.
You can get the required session bus by running gsettings under the dbus-launch utility, like this:
$ dbus-launch gsettings set org.gnome.desktop.background draw-background truedconf-editor may be better to use if you are not familiar with the options available in an application. It shows the hierarchy of settings in a tree-view and also displays additional information about each setting, including the description, type and default value.
GSettings é máis potente que dconf-editor. Ofrécese o completado de bash para gsettings, e pode escribir scripts que inclúen gsettings para a configuración automatizada.
For a complete list of gsettings options, see the gsettings(1) man page.