~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.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>