This file is indexed.

/usr/share/compiz/bicubic.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
<?xml version="1.0"?>
<compiz>
	<plugin name="bicubic" useBcop="true">
		<short>Bicubic filter</short>
		<long>Bicubic texture filtering</long>
		<deps>
			<requirement>
				<plugin>opengl</plugin>
			</requirement>
		</deps>
		<category>Effects</category>
		<deps>
			<relation type="after">
				<plugin>composite</plugin>
				<plugin>opengl</plugin>
				<plugin>blur</plugin>
			</relation>
		</deps>
	</plugin>
</compiz>