summaryrefslogtreecommitdiff
path: root/doc/gconftool-2.1
blob: bc1960ca6f6e5770bc7bf88cb6e9e1e0b873749e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.TH GCONFTOOL-2 "1" "Feburary 2006" "gconftool-2 2.2.1" "User Commands"
.SH NAME
gconftool-2 \- GNOME configuration tool
.SH SYNOPSIS
.B gconftool-2
[\-?] [\-?|\-\-help] [\-\-usage] [\-s|\-\-set] [\-g|\-\-get]
[\-\-set\-schema] [\-u|\-\-unset] [\-\-recursive\-unset] [\-a|\-\-all\-entries]
[\-\-all\-dirs] [\-\-dump] [\-\-load=STRING] [\-R|\-\-recursive\-list]
[\-\-dir\-exists=STRING] [\-\-shutdown] [\-p|\-\-ping] [\-\-spawn]
[\-t|\-\-type int|bool|float|string|list|pair] [\-T|\-\-get\-type]
[\-\-get\-list\-size] [\-\-get\-list\-element]
[\-\-list\-type=int|bool|float|string] [\-\-car\-type=int|bool|float|string]
[\-\-cdr\-type=int|bool|float|string] [\-\-short\-desc=DESCRIPTION]
[\-\-long\-desc=DESCRIPTION] [\-\-owner=OWNER]
[\-\-install\-schema\-file=FILENAME] [\-\-config\-source=SOURCE] [\-\-direct]
[\-\-makefile\-install\-rule] [\-\-makefile\-uninstall\-rule] [\-\-break\-key]
[\-\-break\-directory] [\-\-short\-docs] [\-\-long\-docs] [\-\-get\-schema\-name]
[\-\-apply\-schema] [\-\-unapply\-schema] [\-\-get\-default\-source]
[\-v|\-\-version]
.SH DESCRIPTION
Each preference in the GConf repository is expressed as a
key\-value pair. A GConf preference key is an element in the
GConf repository that corresponds to an application prefer\-ence.
Preference keys typically have simple values such as strings,
integers, or lists of strings and integers. The
default key\-value pairs are installed on the system, and are
known as schemas. gconftool\-2 is the command\-line interface
tool that enables you to set the values of keys, display the
values of keys, and install schemas from schema definition
files when you install an application. The GConf preference
keys are stored and managed by the GConf daemon (gconfd\-2).
These keys are cached in memory, and saved to disk in XML
format when appropriate.
.SH OPTIONS
.TP
\fB\-s\fR, \fB\-\-set\fR
Set a key to a value and sync. Use with \fB\-\-type\fR.
.TP
\fB\-g\fR, \fB\-\-get\fR
Print the value of a key to standard output.
.TP
\fB\-u\fR, \fB\-\-unset\fR
Unset the keys on the command line.
.TP
\fB\-\-recursive\-unset\fR
Recursively unset all keys at or below the key/directory names on the command line.
.TP
\fB\-a\fR, \fB\-\-all\-entries\fR
Print all key/value pairs in a directory.
.TP
\fB\-\-all\-dirs\fR
Print all subdirectories in a directory.
.TP
\fB\-R\fR, \fB\-\-recursive\-list\fR
Print all subdirectories and entries under a dir, recursively.
.TP
\fB\-\-dir\-exists\fR=\fISTRING\fR
Return 0 if the directory exists, 2 if it does not.
\fB\-t\fR, \fB\-\-type\fR=\fIint\fR|bool|float|string|list|pair
Specify the type of the value being set, or the type of the value a schema describes. Unique abbreviations are allowed.
.TP
\fB\-\-list\-type\fR=\fIint\fR|bool|float|string
Specify the type of the list value being set, or the type of the value a schema describes. Unique abbreviations are allowed.
.TP
\fB\-\-car\-type\fR=\fIint\fR|bool|float|string
Specify the type of the car pair value being set, or the type of the value a schema describes. Unique abbreviations are allowed.
.TP
\fB\-\-cdr\-type\fR=\fIint\fR|bool|float|string
Specify the type of the cdr pair value being set, or the type of the value a schema describes. Unique abbreviations are allowed.
.TP
\fB\-\-short\-desc\fR=\fIDESCRIPTION\fR
Specify a short half-line description to go in a schema.
.TP
\fB\-\-long\-desc\fR=\fIDESCRIPTION\fR
Specify a several-line description to go in a schema.
.TP
\fB\-\-owner\fR=\fIOWNER\fR
Specify the owner of a schema.
.TP
\fB\-\-install\-schema\-file\fR=\fIFILENAME\fR
Specify a schema file to be installed
.TP
\fB\-\-config\-source\fR=\fISOURCE\fR
Specify a configuration source to use rather than the default path
.TP
\fB\-\-direct\fR
Access the config database directly, bypassing server. Requires that gconfd is not running.
.TP
\fB\-\-set\-schema\fR
Set a schema and sync. Use with \fB\-\-short\-desc\fR, \fB\-\-long\-desc\fR, \fB\-\-owner\fR, and \fB\-\-type\fR.
.TP
\fB\-\-makefile\-install\-rule\fR
Properly installs schema files on the command line into the database. GCONF_CONFIG_SOURCE environment variable should be set to a non-default config source or set to the empty string to use the default.
.TP
\fB\-\-break\-key\fR
Torture-test an application by setting and unsetting a bunch of values of different types for keys on the command line.
.TP
\fB\-\-break\-directory\fR
Torture-test an application by setting and unsetting a bunch of keys inside the directories on the command line.
.TP
\fB\-\-short\-docs\fR
Get the short doc string for a key
.TP
\fB\-\-long\-docs\fR
Get the long doc string for a key
.TP
\fB\-\-get\-schema\-name\fR
Get the name of the schema applied to this key
.TP
\fB\-\-apply\-schema\fR
Specify the schema name followed by the key to apply the schema name to
.TP
\fB\-\-unapply\-schema\fR
Remove any schema name applied to the given keys
.TP
\fB\-\-get\-default\-source\fR
Get the name of the default source.
.TP
\fB\-\-shutdown\fR
Shut down gconfd. \fBDon't use this option without good reason.\fP
.TP
\fB\-p\fR, \fB\-\-ping\fR
Return 0 if gconfd is running, 2 if not.
.TP
\fB\-\-spawn\fR
Launch the config server (gconfd). (Normally happens automatically when needed.)
.TP
\fB\-v\fR, \fB\-\-version\fR
Print version
.PP
Help options
.TP
-?, \fB\-\-help\fR
Show the help message.
.TP
\fB\-\-usage\fR
Display brief usage message.
.SH EXAMPLES
Display the path to the current desktop wallpaper.
.IP
gconftool-2 \-\-get /desktop/gnome/background/picture_filename
.PP
Change the widget font to "Serif 12"
.IP
gconftool-2 \-\-type string \-\-set /desktop/gnome/interface/font_name "Serif 12"
.PP
.SH AUTHOR
\fBGConf\fP was written by Havoc Pennington <hp@redhat.com>.
.SH "SEE ALSO"
The GConf web site, \fIhttp://www.gnome.org/projects/gconf/\fI.