blob: 3edf52f11490099ed462a74076c91973eaec8340 (
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
50
|
<gconfschemafile>
<schemalist>
<schema>
<applyto>/apps/kiba/options/position</applyto>
<key>/schemas/apps/kiba/options/position</key>
<owner>kiba</owner>
<type>string</type>
<default>bottom-edge-center</default>
<locale name="C">
<short>Position of dock.</short>
<long>
Can be top-edge-left, top-edge-center, top-edge-right,
left-edge-top etc.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/kiba/launchers/file</key>
<owner>kiba</owner>
<type>string</type>
<default>path-to-desktop-file</default>
<locale name="C">
<short>Launcher desktop file</short>
<long>
Full path to the desktop file that determines the
application to launch.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/kiba/launchers/position</key>
<owner>kiba</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Position of the launcher in the panel</short>
<long>
The index of the launcer in the list of launchers in the panel.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|