diff options
author | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
commit | 0b0e6bc987da4fd88a7854ebb12bde705e92c428 (patch) | |
tree | 47d329edd31c67eaa36b2147780e37e197e901b5 /mate-control-center.schemas.in | |
download | mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.bz2 mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'mate-control-center.schemas.in')
-rw-r--r-- | mate-control-center.schemas.in | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/mate-control-center.schemas.in b/mate-control-center.schemas.in new file mode 100644 index 00000000..6ddacae7 --- /dev/null +++ b/mate-control-center.schemas.in @@ -0,0 +1,49 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/control-center/appearance/more_backgrounds_url</key> + <applyto>/apps/control-center/appearance/more_backgrounds_url</applyto> + <owner>control-center</owner> + <type>string</type> + <default>http://art.gnome.org/backgrounds/</default> + <locale name="C"> + <short>More backgrounds URL</short> + <long> + URL for where to get more desktop backgrounds. If set to an + empty string the link will not appear. + </long> + </locale> + </schema> + <schema> + <key>/schemas/apps/control-center/appearance/more_themes_url</key> + <applyto>/apps/control-center/appearance/more_themes_url</applyto> + <owner>control-center</owner> + <type>string</type> + <default>http://art.gnome.org/themes/</default> + <locale name="C"> + <short>More themes URL</short> + <long> + URL for where to get more desktop themes. If set to an + empty string the link will not appear. + </long> + </locale> + </schema> + <schema> + <key>/schemas/apps/control-center/network/current_location</key> + <applyto>/apps/control-center/network/current_location</applyto> + <owner>control-center</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Current network location</short> + <long> + Set this to your current location name. This is used to + determine the appropriate network proxy configuration. + </long> + </locale> + </schema> + + </schemalist> +</mateconfschemafile> + |