~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.background.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="gsettings-desktop-schemas">
 
2
  <schema id="org.gnome.desktop.background" path="/org/gnome/desktop/background/">
 
3
    <key name="picture-options" enum="org.gnome.desktop.GDesktopBackgroundStyle">
 
4
      <default>'zoom'</default>
 
5
      <summary>Picture Options</summary>
 
6
      <description>
 
7
        Determines how the image set by wallpaper_filename is rendered.
 
8
        Possible values are "none", "wallpaper", "centered", "scaled",
 
9
        "stretched", "zoom", "spanned".
 
10
      </description>
 
11
    </key>
 
12
    <key name="picture-uri" type="s">
 
13
      <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
 
14
      <summary>Picture URI</summary>
 
15
      <description>
 
16
        URI to use for the background image. Note that the backend only supports
 
17
        local (file://) URIs.
 
18
      </description>
 
19
    </key>
 
20
    <key name="picture-opacity" type="i">
 
21
      <range min="0" max="100"/>
 
22
      <default>100</default>
 
23
      <summary>Picture Opacity</summary>
 
24
      <description>
 
25
        Opacity with which to draw the background picture.
 
26
      </description>
 
27
    </key>
 
28
    <key name="primary-color" type="s">
 
29
      <default>'#023c88'</default>
 
30
      <summary>Primary Color</summary>
 
31
      <description>
 
32
        Left or Top color when drawing gradients, or the solid color.
 
33
      </description>
 
34
    </key>
 
35
    <key name="secondary-color" type="s">
 
36
      <default>'#5789ca'</default>
 
37
      <summary>Secondary Color</summary>
 
38
      <description>
 
39
        Right or Bottom color when drawing gradients, not used for solid color.
 
40
      </description>
 
41
    </key>
 
42
    <key name="color-shading-type" enum="org.gnome.desktop.GDesktopBackgroundShading">
 
43
      <default>'solid'</default>
 
44
      <summary>Color Shading Type</summary>
 
45
      <description>
 
46
        How to shade the background color. Possible values are "horizontal",
 
47
        "vertical", and "solid".
 
48
      </description>
 
49
    </key>
 
50
    <key name="show-desktop-icons" type="b">
 
51
      <default>false</default>
 
52
      <summary>Have file manager handle the desktop</summary>
 
53
      <description>
 
54
        If set to true, then file manager will draw the icons on the desktop.
 
55
      </description>
 
56
    </key>
 
57
  </schema>
 
58
</schemalist>