This file is indexed.

/usr/share/compiz/reflex.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<compiz>
	<plugin name="reflex" useBcop="true">
		<short>Reflection</short>
		<long>Draws reflections</long>
		<category>Effects</category>
		<deps>
			<relation type="after">
				<plugin>opengl</plugin>
				<plugin>blur</plugin>
				<plugin>svg</plugin>
				<plugin>png</plugin>
				<plugin>imgjpeg</plugin>
			</relation>
			<requirement>
				<plugin>composite</plugin>
				<plugin>opengl</plugin>
			</requirement>
		</deps>
		<options>
			<group>
				<short>Main</short>
				<option name="file" type="string">
					<short>Reflection Image</short>
					<long>Reflection Image file</long>
					<hints>file;image;</hints>
					<default>reflection.png</default>
				</option>
				<option name="match" type="match">
					<short>Window match</short>
					<long>Reflection Window Match</long>
					<default>any</default>
				</option>
				<option name="window" type="bool">
					<short>Reflection for Windows</short>
					<long>Draw Reflection for windows.</long>
					<default>false</default>
				</option>
				<option name="decoration" type="bool">
					<short>Reflection for Decorations</short>
					<long>Draw Reflection for decorations.</long>
					<default>true</default>
				</option>
				<option name="threshold" type="int">
					<short>Alpha Dependence Threshold</short>
					<long>Alpha dependence threshold.</long>
					<default>1</default>
					<min>1</min>
					<max>10</max>
				</option>
				<option name="moving" type="bool">
					<short>Moving reflection</short>
					<long>Move the reflection on window move.</long>
					<default>true</default>
				</option>
			</group>
		</options>
	</plugin>
</compiz>