/usr/share/glib-2.0/schemas/org.cinnamon.desktop.background.gschema.xml is in cinnamon-desktop-data 2.2.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema path="/org/cinnamon/desktop/background/" id="org.cinnamon.desktop.background">
<key name="picture-options" enum="org.cinnamon.desktop.CDesktopBackgroundStyle">
<default>'zoom'</default>
<summary>Picture Options</summary>
<description>Determines how the image set by wallpaper_filename is rendered. Possible values are "none", "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</description>
</key>
<key type="s" name="picture-uri">
<default>'file:///usr/share/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
<summary>Picture URI</summary>
<description>URI to use for the background image. Not that the backend only supports local (file://) URIs.</description>
</key>
<key type="i" name="picture-opacity">
<range min="0" max="100"/>
<default>100</default>
<summary>Picture Opacity</summary>
<description>Opacity with which to draw the background picture.</description>
</key>
<key type="s" name="primary-color">
<default>'#000000'</default>
<summary>Primary Color</summary>
<description>Left or Top color when drawing gradients, or the solid color.</description>
</key>
<key type="s" name="secondary-color">
<default>'#000000'</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.cinnamon.desktop.CDesktopBackgroundShading">
<default>'solid'</default>
<summary>Color Shading Type</summary>
<description>How to shade the background color. Possible values are "horizontal", "vertical", and "solid".</description>
</key>
</schema>
</schemalist>
|