Go to main content

マニュアルページ セクション 1: ユーザーコマンド

印刷ビューの終了

更新: 2018年8月8日
 
 

gsettings-schema-convert (1)

名前

gsettings-schema-convert - GConf to GSettings schema conversion

形式

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

説明

GSETTINGS-SCHEMA-C(1)            User Commands           GSETTINGS-SCHEMA-C(1)



NAME
       gsettings-schema-convert - GConf to GSettings schema conversion

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

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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------------+
       |ATTRIBUTE TYPE |        ATTRIBUTE VALUE         |
       +---------------+--------------------------------+
       |Availability   | gnome/config/gconf             |
       +---------------+--------------------------------+
       |Stability      | Obsolete pass-through volatile |
       +---------------+--------------------------------+
SEE ALSO
       gsettings-data-convert(1) a related command to migrate user settings
       from GConf to GSettings.



NOTES
       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://download.gnome.org/sources/GConf/3.2/GConf-3.2.6.tar.xz

       Further information about this software can be found on the open source
       community website at https://projects.gnome.org/gconf/.



User Commands                     01/21/2013             GSETTINGS-SCHEMA-C(1)