This file is indexed.

/usr/share/compiz/cubeaddon.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
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<?xml version="1.0"?>
<compiz>
	<plugin name="cubeaddon" useBcop="true">
		<short>Cube Reflection and Deformation</short>
		<long>Compiz cube reflection and deformation</long>
		<category>Effects</category>
		<deps>
		<relation type="after">
			<plugin>composite</plugin>
			<plugin>opengl</plugin>
			<plugin>cube</plugin>
			<plugin>rotate</plugin>
			<plugin>imgpng</plugin>
			<plugin>imgsvg</plugin>
			<plugin>imgjpeg</plugin>
		</relation>
		<requirement>
			<plugin>opengl</plugin>
			<plugin>cube</plugin>
		</requirement>
		</deps>
		<options>
			<group>
				<short>Cube caps</short>
				<subgroup>
					<short>Bindings</short>
					<option name="top_next_key" type="key">
						<short>Next top image</short>
						<long>Advance to next image for top face of the cube</long>
						<passive_grab>false</passive_grab>
						<default>space</default>
					</option>
					<option name="top_next_button" type="button">
						<short>Next top image</short>
						<long>Advance to next image for top face of the cube</long>
						<passive_grab>false</passive_grab>
					</option>
					<option name="top_prev_key" type="key">
						<short>Prev top image</short>
						<long>Go back to previous image for top face of the cube</long>
						<passive_grab>false</passive_grab>
						<default>Backspace</default>
					</option>
					<option name="top_prev_button" type="button">
						<short>Prev top image</short>
						<long>Go back to previous image for top face of the cube</long>
						<passive_grab>false</passive_grab>
					</option>
					<option name="bottom_next_key" type="key">
						<short>Next bottom image</short>
						<long>Advance to next image for bottom face of the cube</long>
						<passive_grab>false</passive_grab>
					</option>
					<option name="bottom_next_button" type="button">
						<short>Next bottom image</short>
						<long>Advance to next image for bottom face of the cube</long>
						<passive_grab>false</passive_grab>
					</option>
					<option name="bottom_prev_key" type="key">
						<short>Prev bottom image</short>
						<long>Go back to previous image for bottom face of the cube</long>
						<passive_grab>false</passive_grab>
					</option>
					<option name="bottom_prev_button" type="button">
						<short>Prev bottom image</short>
						<long>Go back to previous image for bottom face of the cube</long>
						<passive_grab>false</passive_grab>
					</option>
				</subgroup>
			</group>
			<group>
				<short>Reflection</short>
				<option name="reflection" type="bool">
					<short>Enabled</short>
					<long>Give cube a reflective ground.</long>
					<default>true</default>
				</option>
				<option name="ground_color1" type="color">
					<short>Ground color(near)</short>
					<long>Color of the ground (near).</long>
					<default>
						<red>0xb333</red>
						<green>0xb333</green>
						<blue>0xb333</blue>
						<alpha>0xcccc</alpha>
					</default>
				</option>
				<option name="ground_color2" type="color">
					<short>Ground color(far)</short>
					<long>Color of the ground (far).</long>
					<default>
						<red>0xb333</red>
						<green>0xb333</green>
						<blue>0xb333</blue>
						<alpha>0x0000</alpha>
					</default>
				</option>
				<option name="ground_size" type="float">
					<short>Reflection ground size</short>
					<long>Reflection ground size.</long>
					<default>0.5</default>
					<min>0.0</min>
					<max>1.0</max>
					<precision>0.01</precision>
				</option>
				<option name="intensity" type="float">
					<short>Intensity</short>
					<long>Reflection intensity</long>
					<default>0.4</default>
					<min>0.0</min>
					<max>1.0</max>
					<precision>0.01</precision>
				</option>
				<option name="auto_zoom" type="bool">
					<short>Auto zoom</short>
					<long>Zoom out automatically to make the cube fit to the screen.</long>
					<default>true</default>
				</option>
				<option name="zoom_manual_only" type="bool">
					<short>Auto zoom only on Mouse Rotate</short>
					<long>Zoom out automatically only on mouse rotate.</long>
					<default>true</default>
				</option>
				<option name="mode" type="int">
					<short>Reflection mode</short>
					<long>Reflection mode.</long>
					<default>0</default>
					<min>0</min>
					<max>3</max>
					<desc>
						<value>0</value>
						<name>Jumpy</name>
					</desc>
					<desc>
						<value>1</value>
						<name>Jumpy reflection</name>
					</desc>
					<desc>
						<value>2</value>
						<name>Distance</name>
					</desc>
					<desc>
						<value>3</value>
						<name>Above</name>
					</desc>
				</option>
			</group>
			<group>
				<short>Deformation</short>
				<option name="deformation" type="int">
					<short>Deformation</short>
					<long>Deformation mode.</long>
					<default>1</default>
					<min>0</min>
					<max>2</max>
					<desc>
						<value>0</value>
						<name>None</name>
					</desc>
					<desc>
						<value>1</value>
						<name>Cylinder</name>
					</desc>
					<desc>
						<value>2</value>
						<name>Sphere</name>
					</desc>
				</option>
				<option name="unfold_deformation" type="bool">
					<short>Unfold cube deformation</short>
					<long>Deformation in unfold cube mode.</long>
					<default>true</default>
				</option>
				<option name="cylinder_manual_only" type="bool">
					<short>Deform only on mouse rotate</short>
					<long>Initiates cube cylinder deformation only if rotation is mouse driven.</long>
					<default>false</default>
				</option>
				<subgroup>
					<short>Sphere</short>
					<option name="deform_caps" type="bool">
						<short>Deform caps</short>
						<long>Deform cube caps.</long>
						<default>true</default>
					</option>
					<option name="sphere_aspect" type="float">
						<short>Aspect ratio</short>
						<long>Aspect ratio of the deformed cube</long>
						<min>0.0</min>
						<max>1.0</max>
						<precision>0.1</precision>
						<default>0.0</default>
					</option>
				</subgroup>
			</group>
			<group>
				<short>Cube caps</short>
				<subgroup>
					<short>Behaviour</short>
					<option name="draw_top" type="bool">
						<short>Draw top face</short>
						<long>Draw top face of the cube</long>
						<default>true</default>
					</option>
					<option name="draw_bottom" type="bool">
						<short>Draw bottom face</short>
						<long>Draw bottom face of the cube</long>
						<default>true</default>
					</option>
					<option name="adjust_top" type="bool">
						<short>Adjust top image</short>
						<long>Adjust top face image to rotation</long>
						<default>false</default>
					</option>
					<option name="adjust_bottom" type="bool">
						<short>Adjust bottom image</short>
						<long>Adjust bottom face image to rotation</long>
						<default>false</default>
					</option>
					<option name="top_scale" type="bool">
						<short>Scale top image</short>
						<long>Scale image to cover top face of cube</long>
						<default>true</default>
					</option>
					<option name="bottom_scale" type="bool">
						<short>Scale bottom image</short>
						<long>Scale image to cover bottom face of cube</long>
						<default>true</default>
					</option>
					<option name="top_aspect" type="bool">
						<short>Maintain top aspect ratio</short>
						<long>Maintain top cap image aspect ratio.</long>
						<default>true</default>
					</option>
					<option name="bottom_aspect" type="bool">
						<short>Maintain bottom aspect ratio</short>
						<long>Maintain bottom cap image aspect ratio.</long>
						<default>true</default>
					</option>
					<option name="top_clamp" type="bool">
						<short>Clamp top face image to border</short>
						<long>Clamp top face image to border. This is often the best if your image doesn't fit the size of the cube or if it's transparent. It can lead to some ugly dotted lines when enabled (especially with large enough images) though.</long>
						<default>true</default>
					</option>
					<option name="bottom_clamp" type="bool">
						<short>Clamp bottom face image to border</short>
						<long>Clamp bottom face image to border. This is often the best if your image doesn't fit the size of the cube or if it's transparent. It can lead to some ugly dotted lines when enabled (especially with large enough images) though.</long>
						<default>true</default>
					</option>
				</subgroup>
				<subgroup>
					<short>Top</short>
					<option name="top_images" type="list">
						<short>Image files</short>
						<long>List of PNG and SVG files that should be rendered on top face of cube</long>
						<type>string</type>
						<hints>file;image;</hints>
						<default>
							<value>fusioncap.png</value>
						</default>
						<hints>file;image;</hints>
					</option>
				</subgroup>
				<subgroup>
					<short>Bottom</short>
					<option name="bottom_images" type="list">
						<short>Image files</short>
						<long>List of PNG and SVG files that should be rendered on bottom face of cube</long>
						<type>string</type>
						<hints>file;image;</hints>
						<default>
							<value>compizcap.png</value>
						</default>
						<hints>file;image;</hints>
					</option>
				</subgroup>
			</group>
		</options>
	</plugin>
</compiz>