This file is indexed.

/usr/share/compiz/animationaddon.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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
<compiz>
  <!-- animationaddon metadata -->
  <plugin name="animationaddon" useBcop="true">
    <short>Animations Add-On</short>
    <long>Extra window animations and animation engines</long>
    <category>Effects</category>
    <deps>
      <requirement>
	<plugin>opengl</plugin>
	<plugin>animation</plugin>
      </requirement>
      <relation type="after">
	<plugin>opengl</plugin>
	<plugin>composite</plugin>
	<plugin>animation</plugin>
	<plugin>decor</plugin>
      </relation>
    </deps>

    <options>

      <group>
	<short>Effect Settings</short>

	<option name="time_step_intense" type="int">
	  <short>Animation Time Step For Intense Effects</short>
	  <long>The amount of time in milliseconds between each render of the intense animation (Ex. Burn, Beam). The higher the number, the jerkier the movements become.</long>
	  <default>30</default>
	  <min>1</min>
	  <max>400</max>
	</option>

	<subgroup>
	  <short>Airplane</short>
	  <option name="airplane_path_length" type="float">
	    <short>Airplane Flying Path Length</short>
	    <long>Length of airplane's flying path.</long>
	    <default>1</default>
	    <min>0.5</min>
	    <max>3</max>
	    <precision>0.1</precision>
	  </option>
	  <option name="airplane_fly_to_taskbar" type="bool">
	    <short>Fly to TaskBar on Minimize</short>
	    <long>Whether the window should fly to taskbar when minimized with Airplane effect.</long>
	    <default>true</default>
	  </option>
	</subgroup>

	<subgroup>
	  <short>Beam</short>
	  <option name="beam_size" type="float">
	    <short>Beam Width</short>
	    <long>Beam width.</long>
	    <default>8</default>
	    <min>0.1</min>
	    <max>20</max>
	    <precision>0.1</precision>
	  </option>
	  <option name="beam_spacing" type="int">
	    <short>Beam Spacing</short>
	    <long>Spacing between beams.</long>
	    <default>5</default>
	    <min>1</min>
	    <max>20</max>
	  </option>
	  <option name="beam_color" type="color">
	    <short>Beam Color</short>
	    <long>Beam color.</long>
	    <default>
	      <red>0x7fff</red>
	      <green>0x7fff</green>
	      <blue>0x7fff</blue>
	      <alpha>0xffff</alpha>
	    </default>
	  </option>
	  <option name="beam_slowdown" type="float">
	    <short>Beam Slowdown</short>
	    <long>Beam slowdown.</long>
	    <default>1</default>
	    <min>0.1</min>
	    <max>10</max>
	    <precision>0.1</precision>
	  </option>
	  <option name="beam_life" type="float">
	    <short>Beam Life</short>
	    <long>Beam life.</long>
	    <default>0.7</default>
	    <min>0.1</min>
	    <max>1</max>
	    <precision>0.1</precision>
	  </option>
	</subgroup>

	<subgroup>
	  <short>Burn</short>
	  <option name="fire_particles" type="int">
	    <short>Number Of Fire Particles</short>
	    <long>Number of fire particles.</long>
	    <default>1000</default>
	    <min>100</min>
	    <max>10000</max>
	  </option>
	  <option name="fire_size" type="float">
	    <short>Fire Particle Size</short>
	    <long>Fire particle size.</long>
	    <default>5</default>
	    <min>0.1</min>
	    <max>20</max>
	    <precision>0.1</precision>
	  </option>
	  <option name="fire_slowdown" type="float">
	    <short>Fire Particle Slowdown</short>
	    <long>Fire particle slowdown.</long>
	    <default>0.5</default>
	    <min>0.1</min>
	    <max>10</max>
	    <precision>0.1</precision>
	  </option>
	  <option name="fire_life" type="float">
	    <short>Fire Particle Life</short>
	    <long>Fire particle life.</long>
	    <default>0.7</default>
	    <min>0.1</min>
	    <max>1</max>
	    <precision>0.1</precision>
	  </option>
	  <option name="fire_color" type="color">
	    <short>Fire Particle Color</short>
	    <long>Fire particle color.</long>
	    <default>
	      <red>0xffff</red>
	      <green>0x3333</green>
	      <blue>0x0555</blue>
	      <alpha>0xffff</alpha>
	    </default>
	  </option>
	  <option name="fire_direction" type="int">
	    <short>Fire direction</short>
	    <long>Fire direction.</long>
	    <default>0</default>
	    <min>0</min>
	    <max>5</max>
	    <desc>
	      <value>0</value>
	      <name>Down</name>
	    </desc>
	    <desc>
	      <value>1</value>
	      <name>Up</name>
	    </desc>
	    <desc>
	      <value>2</value>
	      <name>Left</name>
	    </desc>
	    <desc>
	      <value>3</value>
	      <name>Right</name>
	    </desc>
	    <desc>
	      <value>4</value>
	      <name>Random</name>
	    </desc>
	    <desc>
	      <value>5</value>
	      <name>Automatic</name>
	    </desc>
	  </option>
	  <option name="fire_constant_speed" type="bool">
	    <short>Fire constant speed</short>
	    <long>Make fire effect duration be dependent on window height.</long>
	    <default>false</default>
	  </option>
	  <option name="fire_smoke" type="bool">
	    <short>Fire Smoke</short>
	    <long>Fire smoke.</long>
	    <default>false</default>
	  </option>
	  <option name="fire_mystical" type="bool">
	    <short>Randomly Colored Fire</short>
	    <long>Have random colors for the fire effect, also known as Mystical Fire.</long>
	    <default>false</default>
	  </option>
	</subgroup>

	<subgroup>
	  <short>Domino</short>
	  <option name="domino_direction" type="int">
	    <short>Domino Piece Falling Direction</short>
	    <long>Falling direction for Domino pieces.</long>
	    <default>5</default>
	    <min>0</min>
	    <max>5</max>
	    <desc>
	      <value>0</value>
	      <name>Down</name>
	    </desc>
	    <desc>
	      <value>1</value>
	      <name>Up</name>
	    </desc>
	    <desc>
	      <value>2</value>
	      <name>Left</name>
	    </desc>
	    <desc>
	      <value>3</value>
	      <name>Right</name>
	    </desc>
	    <desc>
	      <value>4</value>
	      <name>Random</name>
	    </desc>
	    <desc>
	      <value>5</value>
	      <name>Automatic</name>
	    </desc>
	  </option>
	</subgroup>

	<subgroup>
	  <short>Explode</short>
	  <option name="explode_gridx" type="int">
	    <short>Window Grid Width</short>
	    <long>The exploding window will be split into pieces along a grid. Specify the number of grid cells along the width of the window.</long>
	    <default>13</default>
	    <min>1</min>
	    <max>200</max>
	  </option>
	  <option name="explode_gridy" type="int">
	    <short>Window Grid Height</short>
	    <long>The exploding window will be split into pieces along a grid. Specify the number of grid cells along the height of the window.</long>
	    <default>10</default>
	    <min>1</min>
	    <max>200</max>
	  </option>
	  <option name="explode_spokes" type="int">
	    <short>Shatter Number of Spokes</short>
	    <long>The exploding window with the shatter animation will be split into pieces radially from the center. Specify the number of radial spokes the animation will have.</long>
	    <default>2</default>
	    <min>1</min>
	    <max>100</max>
	  </option>
	  <option name="explode_tiers" type="int">
	    <short>Shatter Number of Tiers</short>
	    <long>The exploding window will be split into pieces along concentric circles. Specify the number of concentric circles the shatter tessellation will have.</long>
	    <default>3</default>
	    <min>1</min>
	    <max>100</max>
	  </option>
	  <option name="explode_thickness" type="float">
	    <short>Thickness of Exploding Polygons</short>
	    <long>Thickness of exploding window pieces (in pixels).</long>
	    <default>15</default>
	    <min>0</min>
	    <max>100</max>
	    <precision>1</precision>
	  </option>
	  <option name="explode_tessellation" type="int">
	    <short>Tessellation Type</short>
	    <long>Tessellation type for exploding window pieces.</long>
	    <default>0</default>
	    <min>0</min>
	    <max>2</max>
	    <desc>
	      <value>0</value>
	      <name>Rectangular</name>
	    </desc>
	    <desc>
	      <value>1</value>
	      <name>Hexagonal</name>
	    </desc>
	    <desc>
	      <value>2</value>
	      <name>Glass</name>
	    </desc>	
	  </option>
	</subgroup>

	<subgroup>
	  <short>Fold</short>
	  <option name="fold_gridx" type="int">
	    <short>Window Grid Width</short>
	    <long>The animated window will be split into pieces along a grid. Specify the number of grid cells along the width of the window.</long>
	    <default>3</default>
	    <min>1</min>
	    <max>100</max>
	  </option>
	  <option name="fold_gridy" type="int">
	    <short>Window Grid Height</short>
	    <long>The animated window will be split into pieces along a grid. Specify the number of grid cells along the height of the window.</long>
	    <default>3</default>
	    <min>1</min>
	    <max>100</max>
	  </option>
	  <option name="fold_dir" type="int">
	    <short>Fold Direction</short>
	    <long>Window folding direction.</long>
	    <default>1</default>
	    <min>0</min>
	    <max>1</max>
	    <desc>
	      <value>0</value>
	      <name>In</name>
	    </desc>
	    <desc>
	      <value>1</value>
	      <name>Out</name>
	    </desc>
	  </option>
	</subgroup>

	<subgroup>
	  <short>Glide 3</short>
	  <option name="glide3_away_position" type="float">
	    <short>Away Position</short>
	    <long>Closeness of window to camera at the end of the animation (1.0: Close to camera, -2.0: Away from camera).</long>
	    <default>-0.4</default>
	    <min>-2</min>
	    <max>1</max>
	    <precision>0.05</precision>
	  </option>
	  <option name="glide3_away_angle" type="float">
	    <short>Away Angle</short>
	    <long>Angle of window at the end of the animation.</long>
	    <default>45</default>
	    <min>-540</min>
	    <max>540</max>
	    <precision>5</precision>
	  </option>
	  <option name="glide3_thickness" type="float">
	    <short>Thickness</short>
	    <long>Window thickness in pixels. Setting this to larger than 0 will disable shadow, blur, and reflection during the animation.</long>
	    <default>0</default>
	    <min>0</min>
	    <max>100</max>
	    <precision>1</precision>
	  </option>
	</subgroup>

	<subgroup>
	  <short>Razr</short>
	  <option name="razr_direction" type="int">
	    <short>Razr Fold Opening Direction</short>
	    <long>Fold opening direction for pieces in Razr effect.</long>
	    <default>5</default>
	    <min>0</min>
	    <max>5</max>
	    <desc>
	      <value>0</value>
	      <name>Down</name>
	    </desc>
	    <desc>
	      <value>1</value>
	      <name>Up</name>
	    </desc>
	    <desc>
	      <value>2</value>
	      <name>Left</name>
	    </desc>
	    <desc>
	      <value>3</value>
	      <name>Right</name>
	    </desc>
	    <desc>
	      <value>4</value>
	      <name>Random</name>
	    </desc>
	    <desc>
	      <value>5</value>
	      <name>Automatic</name>
	    </desc>
	  </option>
	</subgroup>

	<subgroup>
	  <short>Skewer</short>
	  <option name="skewer_direction" type="int">
	    <short>Skewer Direction</short>
	    <long>Movement direction(s) for window pieces.</long>
	    <default>8</default>
	    <min>0</min>
	    <max>9</max>
	    <desc>
	      <value>0</value>
	      <name>Left</name>
	    </desc>
	    <desc>
	      <value>1</value>
	      <name>Right</name>
	    </desc>
	    <desc>
	      <value>2</value>
	      <name>Left-right</name>
	    </desc>
	    <desc>
	      <value>3</value>
	      <name>Up</name>
	    </desc>
	    <desc>
	      <value>4</value>
	      <name>Down</name>
	    </desc>
	    <desc>
	      <value>5</value>
	      <name>Up-down</name>
	    </desc>
	    <desc>
	      <value>6</value>
	      <name>In</name>
	    </desc>
	    <desc>
	      <value>7</value>
	      <name>Out</name>
	    </desc>
	    <desc>
	      <value>8</value>
	      <name>In-out</name>
	    </desc>
	    <desc>
	      <value>9</value>
	      <name>Random</name>
	    </desc>
	  </option>
	  <option name="skewer_tessellation" type="int">
	    <short>Tessellation Type</short>
	    <long>Tessellation type for window pieces.</long>
	    <default>0</default>
	    <min>0</min>
	    <max>1</max>
	    <desc>
	      <value>0</value>
	      <name>Rectangular</name>
	    </desc>
	    <desc>
	      <value>1</value>
	      <name>Hexagonal</name>
	    </desc>
	  </option>
 	  <option name="skewer_gridx" type="int">
	    <short>Window Grid Width</short>
	    <long>The animated window will be split into pieces along a grid. Specify the number of grid cells along the width of the window.</long>
	    <default>6</default>
	    <min>1</min>
	    <max>100</max>
	  </option>
	  <option name="skewer_gridy" type="int">
	    <short>Window Grid Height</short>
	    <long>The animated window will be split into pieces along a grid. Specify the number of grid cells along the height of the window.</long>
	    <default>4</default>
	    <min>1</min>
	    <max>100</max>
	  </option>
	  <option name="skewer_thickness" type="float">
	    <short>Thickness of Animated Polygons</short>
            <long>Thickness of animated window pieces (in pixels).</long>
	    <default>0</default>
	    <min>0</min>
	    <max>100</max>
	    <precision>1</precision>
	  </option>
	  <option name="skewer_rotation" type="int">
	    <short>Rotation Angle</short>
	    <long>Rotation angle of animated window pieces (in degrees).</long>
	    <default>0</default>
	    <min>-720</min>
	    <max>720</max>
	    <precision>10</precision>
	  </option>
	</subgroup>
      </group> 

    </options>

    <extension base_plugin="animation">
      <base_option>open_effects</base_option>
      <base_option>open_random_effects</base_option>
      <base_option>close_effects</base_option>
      <base_option>close_random_effects</base_option>
      <base_option>minimize_effects</base_option>
      <base_option>minimize_random_effects</base_option>
      <restriction>
	<value>animationaddon:Airplane</value>
	<name>Airplane</name>
      </restriction>
      <restriction>
	<value>animationaddon:Beam Up</value>
	<name>Beam Up</name>
      </restriction>
      <restriction>
	<value>animationaddon:Burn</value>
	<name>Burn</name>
      </restriction>
      <restriction>
	<value>animationaddon:Dissolve</value>
	<name>Dissolve</name>
      </restriction>
      <restriction>
	<value>animationaddon:Domino</value>
	<name>Domino</name>
      </restriction>
      <restriction>
	<value>animationaddon:Explode</value>
	<name>Explode</name>
      </restriction>
      <restriction>
	<value>animationaddon:Fold</value>
	<name>Fold</name>
      </restriction>
      <restriction>
	<value>animationaddon:Glide 3</value>
	<name>Glide 3</name>
      </restriction>
      <restriction>
	<value>animationaddon:Leaf Spread</value>
	<name>Leaf Spread</name>
      </restriction>
      <restriction>
	<value>animationaddon:Razr</value>
	<name>Razr</name>
      </restriction>
      <restriction>
	<value>animationaddon:Skewer</value>
	<name>Skewer</name>
      </restriction>
    </extension>

  </plugin>
</compiz>