1GSETTINGS-SCHEMA-C(1) User Commands GSETTINGS-SCHEMA-C(1)
2
3
4
6 gsettings-schema-convert - GConf to GSettings schema conversion
7
9 gsettings-schema-convert [option...] {file}
10
12 gsettings-schema-convert converts between GConf and GSettings schema
13 file formats. Note that the conversion is not expected to be fully
14 automated. You are expected to verify and edit the result of the
15 conversion.
16
17 Note that GSettings schemas need to be converted into binary form with
18 glib-compile-schemas before they can be used by applications.
19
20 Options
21 -h, --help
22 Print help and exit
23
24 -o OUTPUT, --output=OUTPUT
25 Store the generated output in the file OUTPUT. If no output file is
26 specified, the generated output is written to stdout.
27
28 -f, --force
29 Overwrite the output file if it already exists.
30
31 -g, --gconf
32 The input file is a GConf schema.
33
34 -s, --simple
35 Produce a GSettings schema in simple format. The simple format is
36 easier to edit and can be converted into the XML format with
37 gsettings-schema-convert later on.
38
39 -x, --xml
40 Produce a GSettings schema in XML format. If the output format is
41 not explicitly specified, this is the default.
42
43 -i ID, --schema-id=ID
44 Use ID as the schema id in the generated GSettings schema.
45
46 -d DOMAIN, --gettext-domain=DOMAIN
47 Use DOMAIN as the gettext domain in the generated GSettings schema.
48
49 -u, --keep-underscores
50 Keep underscores in key names instead of replacing them with
51 dashes. GSettings keys should not contain any underscore.
52
54 gsettings-data-convert(1) a related command to migrate user settings
55 from GConf to GSettings.
56
57
58
59User Commands 01/21/2013 GSETTINGS-SCHEMA-C(1)