This file is indexed.

/usr/share/compiz/fadedesktop.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
<?xml version="1.0"?>
<compiz>
    <plugin name="fadedesktop" useBcop="true">
	<short>Fade to Desktop</short>
	<long>Easily access your desktop</long>
	<category>Desktop</category>
	<deps>
	    <requirement>
		<plugin>opengl</plugin>
	    </requirement>
	    <relation type="before">
		<plugin>fade</plugin>
	    </relation>
	    <relation type="after">
		<plugin>composite</plugin>
		<plugin>opengl</plugin>
		<plugin>decor</plugin>
	    </relation>
	</deps>
	<feature>showdesktop</feature>
	<options>
	    <option name="fadetime" type="int">
		<short>Fade Time</short>
		<long>Fade time (in ms)</long>
		<default>500</default>
		<min>1</min>
		<max>5000</max>
	    </option>
	    <option name="window_match" type="match">
		<short>Window Match</short>
		<long>Windows that should be faded to desktop</long>
		<default>Toolbar | Utility | Dialog | Normal | Unknown</default>
	    </option>
	</options>
    </plugin>
</compiz>