gsettings1User CommandsgsettingsGSettings configuration toolgsettingsgetoptionschemakeygsettingsmonitoroptionschemakeygsettingswritableoptionschemakeygsettingssetoptionschemakeyvaluegsettingshelpDescriptiongsettings offers a simple commandline
interface to GSettings.
It lets you get, set or monitor an individual key for changes.
The schema and key
arguments are required to specify the schema id and the name of the key
to operate on.
When setting a key, you also need specify a value
The format for the value is that of a serialized
GVariant,
so e.g. a string
must include explicit quotes: "'foo'". This format is also used when printing
out values.
Commands
Get the value of key. The value is printed out
as a serialised
GVariant.
Monitor key for changes and print the changed
values. Monitoring will continue until the process is terminated.
Find out whether key is writable.
Set the value of key to value.
The value is specified as a serialised
GVariant.
Print help and exit
Options,
Print help for the command and exit
,
The path for the schema. This option is only needed if the schema
does not have a fixed path.