blob: 6ddacae74ceab9b9402c741c09cb0637bdc1277b (
plain)
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
|
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/control-center/appearance/more_backgrounds_url</key>
<applyto>/apps/control-center/appearance/more_backgrounds_url</applyto>
<owner>control-center</owner>
<type>string</type>
<default>http://art.gnome.org/backgrounds/</default>
<locale name="C">
<short>More backgrounds URL</short>
<long>
URL for where to get more desktop backgrounds. If set to an
empty string the link will not appear.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/control-center/appearance/more_themes_url</key>
<applyto>/apps/control-center/appearance/more_themes_url</applyto>
<owner>control-center</owner>
<type>string</type>
<default>http://art.gnome.org/themes/</default>
<locale name="C">
<short>More themes URL</short>
<long>
URL for where to get more desktop themes. If set to an
empty string the link will not appear.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/control-center/network/current_location</key>
<applyto>/apps/control-center/network/current_location</applyto>
<owner>control-center</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Current network location</short>
<long>
Set this to your current location name. This is used to
determine the appropriate network proxy configuration.
</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|