diff options
author | infirit <[email protected]> | 2015-09-08 12:27:48 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 12:27:48 +0200 |
commit | cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b (patch) | |
tree | f7d8cc0eb9ce11f0915e642aa1a56b3f9f712964 /schemas/org.mate.background.gschema.xml.in.in | |
parent | afe549d385eeb99f00d15d19298fa25b3bec40e7 (diff) | |
download | mate-desktop-cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b.tar.bz2 mate-desktop-cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'schemas/org.mate.background.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.background.gschema.xml.in.in | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/schemas/org.mate.background.gschema.xml.in.in b/schemas/org.mate.background.gschema.xml.in.in deleted file mode 100644 index f367e91..0000000 --- a/schemas/org.mate.background.gschema.xml.in.in +++ /dev/null @@ -1,62 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <enum id="org.mate.background.picture-options-enum"> - <value nick="wallpaper" value="0"/> - <value nick="zoom" value="1"/> - <value nick="centered" value="2"/> - <value nick="scaled" value="3"/> - <value nick="stretched" value="4"/> - <value nick="spanned" value="5"/> - </enum> - <enum id="org.mate.background.color-shading-type-enum"> - <value nick="solid" value="0"/> - <value nick="horizontal-gradient" value="1"/> - <value nick="vertical-gradient" value="2"/> - </enum> - <schema id="org.mate.background" path="/org/mate/desktop/background/"> - <key name="draw-background" type="b"> - <default>true</default> - <_summary>Draw Desktop Background</_summary> - <_description>Have MATE draw the desktop background.</_description> - </key> - <key name="show-desktop-icons" type="b"> - <default>true</default> - <_summary>Show Desktop Icons</_summary> - <_description>Have MATE file manager (Caja) draw the desktop icons.</_description> - </key> - <key name="background-fade" type="b"> - <default>true</default> - <_summary>Fade the background on change</_summary> - <_description>If set to true, then MATE will change the desktop background with a fading effect.</_description> - </key> - <key name="picture-options" enum="org.mate.background.picture-options-enum"> - <default>'zoom'</default> - <_summary>Picture Options</_summary> - <_description>Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</_description> - </key> - <key name="picture-filename" type="s"> - <default>'@datadir@/backgrounds/mate/desktop/Stripes.png'</default> - <_summary>Picture Filename</_summary> - <_description>File to use for the background image.</_description> - </key> - <key name="picture-opacity" type="i"> - <default>100</default> - <_summary>Picture Opacity</_summary> - <_description>Opacity with which to draw the background picture.</_description> - </key> - <key name="primary-color" type="s"> - <default>'#5891BC'</default> - <_summary>Primary Color</_summary> - <_description>Left or Top color when drawing gradients, or the solid color.</_description> - </key> - <key name="secondary-color" type="s"> - <default>'#3C8F25'</default> - <_summary>Secondary Color</_summary> - <_description>Right or Bottom color when drawing gradients, not used for solid color.</_description> - </key> - <key name="color-shading-type" enum="org.mate.background.color-shading-type-enum"> - <default>'vertical-gradient'</default> - <_summary>Color Shading Type</_summary> - <_description>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid".</_description> - </key> - </schema> -</schemalist> |