Linux Commands Examples

A great documentation place for Linux commands

gsettings-schema-convert

GConf to GSettings schema conversion


see also : gsettings-data-convert

Synopsis

gsettings-schema-convert [option...] {file}


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

gsettings-schema-convert converts between GConf and GSettings schema file formats. Note that the conversion is not expected to be fully automated. You are expected to verify and edit the result of the conversion.

Note that GSettings schemas need to be converted into binary form with glib-compile-schemas before they can be used by applications.

Options
-h
, --help

Print help and exit

-o OUTPUT, --output=OUTPUT

Store the generated output in the file OUTPUT. If no output file is specified, the generated output is written to stdout.

-f, --force

Overwrite the output file if it already exists.

-g, --gconf

The input file is a GConf schema.

-s, --simple

Produce a GSettings schema in simple format. The simple format is easier to edit and can be converted into the XML format with gsettings-schema-convert later on.

-x, --xml

Produce a GSettings schema in XML format. If the output format is not explicitly specified, this is the default.

-i ID, --schema-id=ID

Use ID as the schema id in the generated GSettings schema.

-d DOMAIN, --gettext-domain=DOMAIN

Use DOMAIN as the gettext domain in the generated GSettings schema.

-u, --keep-underscores

Keep underscores in key names instead of replacing them with dashes. GSettings keys should not contain any underscore.


see also

gsettings-data-convert a related command to migrate user settings from GConf to GSettings.

How can this site be more helpful to YOU ?


give  feedback