This file is indexed.

/usr/share/compiz/notification.xml is in compiz-plugins 1:0.9.13.0+16.10.20160818.2-5.1.

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
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin useBcop="true" name="notification">
	<short>Notification</short>
	<long>Use libnotify to graphically display error messages</long>
	<category>Utility</category>
	<deps>
	    <relation type="after">
		<plugin>composite</plugin>
		<plugin>opengl</plugin>
		<plugin>place</plugin>
	    </relation>
	</deps>
	<options>
	    <option type="int" name="timeout">
		<short>Hide Timeout</short>
		<long>Timeout (in seconds) before hiding the notification, set to -1 for system default and 0 for indefinite</long>
		<min>-1</min>
		<max>30</max>
		<default>-1</default>
	    </option>
	    <option type="int" name="max_log_level">
		<short>Maximum Log Level</short>
		<long>The maximum log level to display</long>
		<default>1</default>
		<desc>
		    <value>0</value>
		    <name>Fatal</name>
		</desc>
		<desc>
		    <value>1</value>
		    <name>Error</name>
		</desc>
		<desc>
		    <value>2</value>
		    <name>Warning</name>
		</desc>
		<desc>
		    <value>3</value>
		    <name>Info</name>
		</desc>
		<desc>
		    <value>4</value>
		    <name>Debug</name>
		</desc>
	    </option>
	</options>
    </plugin>
</compiz>