From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../org.gnome.desktop.background.gschema.xml | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml new file mode 100644 index 0000000..75615d7 --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml @@ -0,0 +1,58 @@ + + + + 'zoom' + Picture Options + + Determines how the image set by wallpaper_filename is rendered. + Possible values are "none", "wallpaper", "centered", "scaled", + "stretched", "zoom", "spanned". + + + + 'file:///mingw64/share/backgrounds/gnome/adwaita-timed.xml' + Picture URI + + URI to use for the background image. Note that the backend only supports + local (file://) URIs. + + + + + 100 + Picture Opacity + + Opacity with which to draw the background picture. + + + + '#023c88' + Primary Color + + Left or Top color when drawing gradients, or the solid color. + + + + '#5789ca' + Secondary Color + + Right or Bottom color when drawing gradients, not used for solid color. + + + + 'solid' + Color Shading Type + + How to shade the background color. Possible values are "horizontal", + "vertical", and "solid". + + + + false + Have file manager handle the desktop + + If set to true, then file manager will draw the icons on the desktop. + + + + -- cgit v1.2.1