This file is indexed.

/usr/share/gconf/schemas/url_handler.schemas is in xchat-gnome-common 1:0.30.0~git20131003.d20b8d+really20110821-0.2ubuntu12.2.

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
<gconfschemafile>
	<schemalist>
		<schema>
			<key>/schemas/desktop/gnome/url-handlers/irc/command</key>
			<applyto>/desktop/gnome/url-handlers/irc/command</applyto>
			<owner>xchat</owner>
			<type>string</type>
			<default>xchat-gnome --existing --url=%u</default>
			<gettext_domain>xchat-gnome</gettext_domain>
			<locale name="C">
				<short>The handler for "irc://" URLs</short>
			</locale>
		</schema>

		<schema>
			<key>/schemas/desktop/gnome/url-handlers/irc/enabled</key>
			<applyto>/desktop/gnome/url-handlers/irc/enabled</applyto>
			<owner>xchat</owner>
			<type>bool</type>
			<default>true</default>
			<gettext_domain>xchat-gnome</gettext_domain>
			<locale name="C">
				<short>Set it at TRUE if you want it activated</short>
			</locale>
		</schema>

		<schema>
			<key>/schemas/desktop/gnome/url-handlers/irc/needs_terminal</key>
			<applyto>/desktop/gnome/url-handlers/irc/needs_terminal</applyto>
			<owner>xchat</owner>
			<type>bool</type>
			<default>false</default>
			<gettext_domain>xchat-gnome</gettext_domain>
			<locale name="C">
				<short>Run XChat-GNOME in a terminal?</short>
			</locale>
		</schema>

	</schemalist>
</gconfschemafile>