From cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 12:27:48 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- schemas/org.mate.background.gschema.xml.in | 62 ++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 schemas/org.mate.background.gschema.xml.in (limited to 'schemas/org.mate.background.gschema.xml.in') diff --git a/schemas/org.mate.background.gschema.xml.in b/schemas/org.mate.background.gschema.xml.in new file mode 100644 index 0000000..50619d5 --- /dev/null +++ b/schemas/org.mate.background.gschema.xml.in @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + true + Draw Desktop Background + Have MATE draw the desktop background. + + + true + Show Desktop Icons + Have MATE file manager (Caja) draw the desktop icons. + + + true + Fade the background on change + If set to true, then MATE will change the desktop background with a fading effect. + + + 'zoom' + Picture Options + Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned". + + + '@datadir@/backgrounds/mate/desktop/Stripes.png' + Picture Filename + File to use for the background image. + + + 100 + Picture Opacity + Opacity with which to draw the background picture. + + + '#5891BC' + Primary Color + Left or Top color when drawing gradients, or the solid color. + + + '#3C8F25' + Secondary Color + Right or Bottom color when drawing gradients, not used for solid color. + + + 'vertical-gradient' + Color Shading Type + How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid". + + + -- cgit v1.2.1