Kontrolatu sistema-ezarpenak gako-fitxategiekin
Sistemaren datu-baseko fitxategiak, /etc/dconf/db kokalekuan daudenak, ezin dira editatu, GVDB formatuan idatzita baitaude. Sistemaren ezarpenak testu-editore batekin aldatzeko, moldatu gako-fitxategien direktorioetan dauden gako-fitxategiak. Gako-fitxategien direktorio bakoitza sistemaren datu-baseko fitxategi bati dagokio, eta datu-baseko fitxategiaren izen bera du, baina “.d” luzapena erantsita (adibidez, /etc/dconf/db/local.d). Gako-fitxategien direktorio guztiak /etc/dconf/db kokalekuan daude, eta haietako bakoitzak dconf datu-basean konpilatu daitekeen formatu berezi batean dituzte gako-fitxategi horiek.
Direktorio honetako gako-fitxategi batek honako itxura izango du:
# Gure gunerako ezarpen lehenetsi erabilgarri batzuk
[system/proxy/http]
host='172.16.0.1'
enabled=true
[org/gnome/desktop/background]
picture-uri='file:///usr/local/enpresaren-izena/enpresaren-atzeko-planoa.jpeg'
dconf update must be run whenever you modify a keyfile. When you do this, dconf compares the timestamp on a system database file with the timestamp on the corresponding keyfile directory. If the timestamp on the keyfile directory is more recent than the one on the database file, dconf regenerates the system-db file and sends a notification to the system D-Bus, which in turn notifies all running applications to reread their settings.
The group name in the keyfile references a GSettings schema ID. For example, org/gnome/desktop/background references the schema org.gnome.desktop.background, which contains the key picture-uri.
Taldeetako balioak GVariant forma serializatuan egotea espero da.