blob: 3431ac33dc0bd580a27a415ea4e6f541b4ab68f5 (
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
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
|
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/fish_applet/prefs/name</key>
<owner>fish-applet</owner>
<type>string</type>
<default>Wanda</default>
<locale name="C">
<short>The fish's name</short>
<long>
A fish without a name is a pretty dull fish. Bring your fish to
life by naming him.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fish_applet/prefs/image</key>
<owner>fish-applet</owner>
<type>string</type>
<default>wanda.png</default>
<locale name="C">
<short>The fish's animation pixmap</short>
<long>
This key specifies the filename of the pixmap which will be used
for the animation displayed in the fish applet relative to the
pixmap directory.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fish_applet/prefs/command</key>
<owner>fish-applet</owner>
<type>string</type>
<default>fortune</default>
<locale name="C">
<short>Command to execute on click</short>
<long>
This key specifies the command that will be tried to execute when
the fish is clicked.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fish_applet/prefs/frames</key>
<owner>fish-applet</owner>
<type>int</type>
<default>8</default>
<locale name="C">
<short>Frames in fish's animation</short>
<long>
This key specifies the number of frames that will be displayed in
the fish's animation.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fish_applet/prefs/speed</key>
<owner>fish-applet</owner>
<type>float</type>
<default>0.3</default>
<locale name="C">
<short>Pause per frame</short>
<long>
This key specifies the number of seconds each frame will be
displayed.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fish_applet/prefs/rotate</key>
<owner>fish-applet</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Rotate on vertical panels</short>
<long>
If true, the fish's animation will be displayed rotated on vertical
panels.
</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|