diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-13 11:28:28 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-13 11:28:28 +0200 |
commit | 49d65611edf1a28df001fef2fa9896919544729d (patch) | |
tree | ddde080c5756ef4ef1f15bc48f6d584057a6d337 /org.mate.control-center.gschema.xml.in.in | |
parent | 2b96b475c36a35871d3a0ac13a7693eb102f5a6d (diff) | |
download | mate-control-center-49d65611edf1a28df001fef2fa9896919544729d.tar.bz2 mate-control-center-49d65611edf1a28df001fef2fa9896919544729d.tar.xz |
add gsettings schema and remove mateconf one
Diffstat (limited to 'org.mate.control-center.gschema.xml.in.in')
-rw-r--r-- | org.mate.control-center.gschema.xml.in.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/org.mate.control-center.gschema.xml.in.in b/org.mate.control-center.gschema.xml.in.in new file mode 100644 index 00000000..3adf65d4 --- /dev/null +++ b/org.mate.control-center.gschema.xml.in.in @@ -0,0 +1,25 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.control-center" path="/org/mate/control-center/"> + <child name="appearance" schema="org.mate.control-center.appearance" /> + <child name="network" schema="org.mate.control-center.network" /> + </schema> + <schema id="org.mate.control-center.appearance" path="/org/mate/control-center/appearance/"> + <key name="more-backgrounds-url" type="s"> + <default>'http://art.gnome.org/backgrounds/'</default> + <_summary>More backgrounds URL</_summary> + <_description>URL for where to get more desktop backgrounds. If set to an empty string the link will not appear.</_description> + </key> + <key name="more-themes-url" type="s"> + <default>'http://art.gnome.org/themes/'</default> + <_summary>More themes URL</_summary> + <_description>URL for where to get more desktop themes. If set to an empty string the link will not appear.</_description> + </key> + </schema> + <schema id="org.mate.control-center.network" path="/org/mate/control-center/network/"> + <key name="current-location" type="s"> + <default>''</default> + <_summary>Current network location</_summary> + <_description>Set this to your current location name. This is used to determine the appropriate network proxy configuration.</_description> + </key> + </schema> +</schemalist> |