Every key in the DConf database has a default value that is used when user accounts are created. How can I change these default values?
Every key in the DConf database has a default value that is used when user accounts are created. How can I change these default values?
Install the package dconf-tools. <--click or run:
Run
dconf-editor
and navigate to the key you want to change the default for. Note the Schema name, in this example that iscom.canonical.Unity.Launcher
:Now we need to create an override file. Run the following command:
You can use any name you want for the file, it just needs to end in
gschema.override
Write your new defaults in this file in standard INI format, using schemas for groups names:
Save the file and close it. Now run the following command from a terminal to apply your changes: