File: org.cinnamon.desktop.background.gschema.xml.in.in

package info (click to toggle)
cinnamon-desktop 3.2.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,584 kB
  • sloc: ansic: 17,981; makefile: 287; python: 119; sh: 36
file content (90 lines) | stat: -rw-r--r-- 3,488 bytes parent folder | download | duplicates (4)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<schemalist gettext-domain="gsettings-desktop-schemas">
  <schema id="org.cinnamon.desktop.background" path="/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 name="picture-uri" type="s">
      <default>'file://@datadir@/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 name="picture-opacity" type="i">
      <range min="0" max="100"/>
      <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>'#000000'</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>'#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>

  <schema id="org.cinnamon.desktop.background.slideshow" path="/org/cinnamon/desktop/background/slideshow/">
    <key name="slideshow-enabled" type="b">
      <default>false</default>
      <summary>Whether or not to use a slideshow for the desktop background</summary>
      <description>
        This key defines the whether the desktop background shows one single wallpaper,
        or a slideshow of images.
      </description>
    </key>
    <key name="image-source" type="s">
      <default>""</default>
      <summary>Source to use for the background slideshow</summary>
      <description>
        This key defines the source for the slideshow to get images from.
      </description>
    </key>
    <key name="delay" type="i">
      <default>15</default>
      <summary>Delay for the slideshow</summary>
      <description>
        This key defines the delay for the slideshow.
      </description>
    </key>
    <key name="random-order" type="b">
      <default>false</default>
      <summary>Whether or not to play the images in random order</summary>
      <description>
        This key defines whether images are shown in order or chosen randomly.
      </description>
    </key>
    <key name="slideshow-paused" type="b">
      <default>false</default>
      <summary>Whether the slideshow is currently playing or paused</summary>
      <description>
        This key defines whether the slideshow in currently in a playing or paused state.
      </description>
    </key>
  </schema>
</schemalist>