This file is indexed.

/usr/share/compiz/crashhandler.xml is in compiz-plugins-extra 0.9.7.0~bzr9-0ubuntu6.

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
<?xml version="1.0"?>
<compiz>
	<plugin name="crashhandler" useBcop="true">
		<short>Crash handler</short>
		<long>Compiz crash handler plugin</long>
		<category>Utility</category>
		<options>
			<group>
				<short>Main</short>
				<option name="enabled" type="bool">
					<short>Enable Crash Handler</short>
					<long>Activate Crash Handler.</long>
					<default>true</default>
				</option>
				<option name="directory" type="string">
					<short>Crash Dump Directory</short>
					<long>Directory to dump the crash logs to.</long>
					<hints>directory;</hints>
					<default>/tmp</default>
				</option>
				<option name="start_wm" type="bool">
					<short>Start Other Window Manager</short>
					<long>Start other window manager on Crash.</long>
					<default>false</default>
				</option>
				<option name="wm_cmd" type="string">
					<short>Window Manager Command Line</short>
					<long>Window manager command line. DO NOT ENTER COMPIZ HERE!!!</long>
					<hints>command;</hints>
					<default/>
				</option>
			</group>
		</options>
	</plugin>
</compiz>