This file is indexed.

/usr/share/compiz/kdecompat.xml is in compiz-plugins 1:0.9.12.2+16.04.20160415-0ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
	<plugin useBcop="true" name="kdecompat">
		<category>General</category>
		<short>KDE Compatibility</short>
		<long>KDE compatibility plugin</long>
		<deps>
			<relation type="after">
				<plugin>animation</plugin>
				<plugin>composite</plugin>
				<plugin>opengl</plugin>
				<plugin>decor</plugin>
			</relation>
			<requirement>
				<plugin>opengl</plugin>
			</requirement>
		</deps>
		<options>
			<option type="bool" name="plasma_thumbnails">
				<short>Support Plasma Thumbnails</short>
				<long>Support window thumbnails in Plasma window tooltips</long>
				<default>true</default>
			</option>
			<option type="bool" name="present_windows">
				<short>Support Present Windows</short>
				<long>Support the "present windows" effect for Plasma task groups</long>
				<default>true</default>
			</option>
			<option type="bool" name="window_blur">
				<short>Support Blur Effect</short>
				<long>Support the "blur behind windows effect (requires the blur plugin to be loaded)</long>
				<default>true</default>
			</option>
			<group>
				<short>Popup Slide Effect</short>
				<option type="bool" name="sliding_popups">
					<short>Sliding Popups</short>
					<long>Activate slide effect for popup windows</long>
					<default>true</default>
				</option>
				<option type="int" name="slide_in_duration">
					<short>Slide In Duration</short>
					<long>Duration of popup slide in effect (in ms)</long>
					<min>50</min>
					<max>1000</max>
					<default>250</default>
				</option>
				<option type="int" name="slide_out_duration">
					<short>Slide Out Duration</short>
					<long>Duration of popup slide out effect (in ms)</long>
					<min>50</min>
					<max>1000</max>
					<default>250</default>
				</option>
			</group>
		</options>
	</plugin>
</compiz>