Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
<gconfschemafile>
2
    <schemalist>
3
      <schema>
4
        <key>/schemas/desktop/gnome/background/draw_background</key>
5
        <applyto>/desktop/gnome/background/draw_background</applyto>
6
        <owner>gnome</owner>
7
        <type>bool</type>
8
        <default>true</default>
9
        <gettext_domain>libgnome-2.0</gettext_domain>
10
        <locale name="C">
11
        <short>Draw Desktop Background</short>
12
        <long>Have GNOME draw the desktop background.</long>
13
        </locale>
14
      </schema>
15
      <schema>
16
        <key>/schemas/desktop/gnome/background/picture_options</key>
17
        <applyto>/desktop/gnome/background/picture_options</applyto>
18
        <owner>gnome</owner>
19
        <type>string</type>
20
        <default>stretched</default>
21
        <gettext_domain>libgnome-2.0</gettext_domain>
22
        <locale name="C">
23
        <short>Picture Options</short>
24
        <long>Determines how the image set by wallpaper_filename is rendered. Possible values are "none", "wallpaper", "centered", "scaled", "stretched", "zoom".</long>
25
        </locale>
26
      </schema>
27
      <schema>
28
        <key>/schemas/desktop/gnome/background/picture_filename</key>
29
        <applyto>/desktop/gnome/background/picture_filename</applyto>
30
        <owner>gnome</owner>
31
        <type>string</type>
32
	<default>/usr/share/backgrounds/default.xml</default>
33
        <gettext_domain>libgnome-2.0</gettext_domain>
34
        <locale name="C">
35
        <short>Picture Filename</short>
36
        <long>File to use for the background image.</long>
37
        </locale>
38
      </schema>
39
      <schema>
40
        <key>/schemas/desktop/gnome/background/picture_opacity</key>
41
        <applyto>/desktop/gnome/background/picture_opacity</applyto>
42
        <owner>gnome</owner>
43
        <type>int</type>
44
	<default>100</default>
45
        <gettext_domain>libgnome-2.0</gettext_domain>
46
        <locale name="C">
47
        <short>Picture Opacity</short>
48
        <long>Opacity with which to draw the background picture.</long>
49
        </locale>
50
      </schema>
51
      <schema>
52
        <key>/schemas/desktop/gnome/background/primary_color</key>
53
        <applyto>/desktop/gnome/background/primary_color</applyto>
54
        <owner>gnome</owner>
55
        <type>string</type>
56
        <default>#224B68</default>
57
        <gettext_domain>libgnome-2.0</gettext_domain>
58
        <locale name="C">
59
        <short>Primary Color</short>
60
        <long>Left or Top color when drawing gradients, or the solid color.</long>
61
        </locale>
62
      </schema>
63
      <schema>
64
        <key>/schemas/desktop/gnome/background/secondary_color</key>
65
        <applyto>/desktop/gnome/background/secondary_color</applyto>
66
        <owner>gnome</owner>
67
        <type>string</type>
68
        <default>#142C3D</default>
69
        <gettext_domain>libgnome-2.0</gettext_domain>
70
        <locale name="C">
71
        <short>Secondary Color</short>
72
        <long>Right or Bottom color when drawing gradients, not used for solid color.</long>
73
        </locale>
74
      </schema>
75
      <schema>
76
        <key>/schemas/desktop/gnome/background/color_shading_type</key>
77
        <applyto>/desktop/gnome/background/color_shading_type</applyto>
78
        <owner>gnome</owner>
79
        <type>string</type>
80
        <default>vertical-gradient</default>
81
        <gettext_domain>libgnome-2.0</gettext_domain>
82
        <locale name="C">
83
        <short>Color Shading Type</short>
84
        <long>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid".</long>
85
        </locale>
86
      </schema>
87
    </schemalist>
88
</gconfschemafile>