This file is indexed.

/usr/share/gconf/schemas/timer-applet.schemas is in timer-applet 2.1.2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<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>
			<gettext_domain>timer-applet</gettext_domain>
			<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>
			<gettext_domain>timer-applet</gettext_domain>
			<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>
			<gettext_domain>timer-applet</gettext_domain>
			<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>
			<gettext_domain>timer-applet</gettext_domain>
			<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>
			<gettext_domain>timer-applet</gettext_domain>
			<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>