blob: eadc902aa25f69b99aab480ae711b4be9afb4d5c (
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
|
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/timer-applet/prefs/play_notification_sound</key>
<applyto>/apps/timer-applet/prefs/play_notification_sound</applyto>
<owner>timer-applet</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Play notification sound</short>
<long>Play a notification sound when the timer finishes a countdown</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/timer-applet/prefs/use_custom_notification_sound</key>
<applyto>/apps/timer-applet/prefs/use_custom_notification_sound</applyto>
<owner>timer-applet</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Use a custom notification sound</short>
<long>Use the custom notification sound specified in custom_notification_sound_path</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/timer-applet/prefs/custom_notification_sound_path</key>
<applyto>/apps/timer-applet/prefs/custom_notification_sound_path</applyto>
<owner>timer-applet</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Path to a custom notification sound</short>
<long>Path to a sound file that will be played when the timer finishes a countdown</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/timer-applet/prefs/show_pulsing_icon</key>
<applyto>/apps/timer-applet/prefs/show_pulsing_icon</applyto>
<owner>timer-applet</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Show Pulsing icon</short>
<long>Show pulsing tray icon when timer finished</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/timer-applet/prefs/show_popup_notification</key>
<applyto>/apps/timer-applet/prefs/show_popup_notification</applyto>
<owner>timer-applet</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Show Popup notification</short>
<long>Show Popup notification in the notification area</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/timer-applet/prefs/show_remaining_time</key>
<applyto>/apps/timer-applet/prefs/show_remaining_time</applyto>
<owner>timer-applet</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Show remaining time</short>
<long>Show the remaining time while the timer is running or paused</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/timer-applet/prefs/play_beep</key>
<applyto>/apps/timer-applet/prefs/play_beep</applyto>
<owner>timer-applet</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Play a beep sound</short>
<long>Play a beep sound on a computer's internal speaker when the timer finishes. This may not have an effect on all computers.</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|