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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/epidermis/repo_url</key>
<applyto>/apps/epidermis/repo_url</applyto>
<owner>epidermis</owner>
<type>string</type>
<default>http://download.tuxfamily.org/epidermis/ghns/downloads.xml</default>
<locale name="C">
<short>Repo URL</short>
<long>The URL of a Epidermis pigment repository</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epidermis/undo_closed_window_enabled</key>
<applyto>/apps/epidermis/undo_closed_window_enabled</applyto>
<owner>epidermis</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Undo closed window feature enabled</short>
<long>Whether the opportunity to undo closed program is activated or not</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epidermis/providers_url</key>
<applyto>/apps/epidermis/providers_url</applyto>
<owner>epidermis</owner>
<type>string</type>
<default>http://download.tuxfamily.org/epidermis/ghns/providers.xml</default>
<locale name="C">
<short>Providers URL</short>
<long>URL to a list of providers of epidermis repositories</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epidermis/repo_etag</key>
<applyto>/apps/epidermis/repo_etag</applyto>
<owner>epidermis</owner>
<type>string</type>
<default/>
<locale name="C">
<short>Repo's etag</short>
<long>Repository's etag, used to check whether to use cached copy of repository's information</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epidermis/repo_last_modified</key>
<applyto>/apps/epidermis/repo_last_modified</applyto>
<owner>epidermis</owner>
<type>string</type>
<default/>
<locale name="C">
<short>Repo last modified</short>
<long>Repository's last modified date, used to check whether to use cached copy of repository's information</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/epidermis/creator/repo_dir</key>
<applyto>/apps/epidermis/creator/repo_dir</applyto>
<owner>epidermis</owner>
<type>string</type>
<default/>
<locale name="C">
<short>Pigment info location</short>
<long>Where pigments' information is stored on the hard-disk</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/thumbnailers/application@x-pigment/enable</key>
<applyto>/desktop/gnome/thumbnailers/application@x-pigment/enable</applyto>
<owner>epidermis</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/thumbnailers/application@x-pigment/command</key>
<applyto>/desktop/gnome/thumbnailers/application@x-pigment/command</applyto>
<owner>epidermis</owner>
<type>string</type>
<default>/usr/share/epidermis/data/pigment-thumbnailer %i %o</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|