source: trunk/third/libgnome/schemas/desktop_gnome_background.schemas.in @ 20807

Revision 20807, 3.1 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20806, which included commits to RCS files with non-trunk default branches.
Line 
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        <locale name="C">
10        <short>Draw Desktop Background</short>
11        <long>Have GNOME draw the desktop background</long>
12        </locale>
13      </schema>
14      <schema>
15        <key>/schemas/desktop/gnome/background/picture_options</key>
16        <applyto>/desktop/gnome/background/picture_options</applyto>
17        <owner>gnome</owner>
18        <type>string</type>
19        <default>wallpaper</default>
20        <locale name="C">
21        <short>Picture Options</short>
22        <long>Determines how the image set by wallpaper_filename is
23    rendered.  Possible values are "none", "wallpaper", "centered", "scaled",
24    "stretched".</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></default>
33        <locale name="C">
34        <short>Picture Filename</short>
35        <long>File to use for the background image</long>
36        </locale>
37      </schema>
38      <schema>
39        <key>/schemas/desktop/gnome/background/picture_opacity</key>
40        <applyto>/desktop/gnome/background/picture_opacity</applyto>
41        <owner>gnome</owner>
42        <type>int</type>
43        <default>100</default>
44        <locale name="C">
45        <short>Picture Opacity</short>
46        <long>Opacity with which to draw the background picture</long>
47        </locale>
48      </schema>
49      <schema>
50        <key>/schemas/desktop/gnome/background/primary_color</key>
51        <applyto>/desktop/gnome/background/primary_color</applyto>
52        <owner>gnome</owner>
53        <type>string</type>
54        <default>#76848F</default>
55        <locale name="C">
56        <short>Primary Color</short>
57        <long>Left or Top color when drawing gradients, or the solid color.</long>
58        </locale>
59      </schema>
60      <schema>
61        <key>/schemas/desktop/gnome/background/secondary_color</key>
62        <applyto>/desktop/gnome/background/secondary_color</applyto>
63        <owner>gnome</owner>
64        <type>string</type>
65        <default>#7F7F7F</default>
66        <locale name="C">
67        <short>Secondary Color</short>
68        <long>Right or Bottom color when drawing gradients, not used for solid color.</long>
69        </locale>
70      </schema>
71      <schema>
72        <key>/schemas/desktop/gnome/background/color_shading_type</key>
73        <applyto>/desktop/gnome/background/color_shading_type</applyto>
74        <owner>gnome</owner>
75        <type>string</type>
76        <default>solid</default>
77        <locale name="C">
78        <short>Color Shading Type</short>
79        <long>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid"</long>
80        </locale>
81      </schema>
82    </schemalist>
83</gconfschemafile>
84 
Note: See TracBrowser for help on using the repository browser.