File: timer-applet.schemas.in

package info (click to toggle)
timer-applet 2.0.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,216 kB
  • ctags: 251
  • sloc: sh: 3,467; python: 1,403; xml: 111; makefile: 98
file content (63 lines) | stat: -rw-r--r-- 2,165 bytes parent folder | download | duplicates (2)
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
<gconfschemafile>
	<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_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>
</gconfschemafile>