This file is indexed.

/usr/share/compiz/firepaint.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
 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
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin useBcop="true" name="firepaint">
	<short>Firepaint</short>
	<long>Paint fire particles with a specific or random color onto the screen</long>
	<deps>
	    <requirement>
		<plugin>opengl</plugin>
	    </requirement>
	    <relation type="after">
		<plugin>composite</plugin>
		<plugin>opengl</plugin>
		<plugin>decor</plugin>
	    </relation>
	</deps>
	<category>Effects</category>
	<options>
	    <group>
		<short>General</short>
	    <option type="key" name="initiate_key">
		<short>Initiate Key</short>
		<long>Key shortcut to initiate fire drawing.</long>
		<default/>
	    </option>
	    <option type="button" name="initiate_button">
		<short>Initiate Button</short>
		<long>Mouse button shortcut to initiate fire drawing.</long>
		<default>&lt;Super&gt;&lt;Shift&gt;Button1</default>
	    </option>
	    <option type="key" name="clear_key">
		<short>Clear Key</short>
		<long>Key shortcut to remove all fire particles.</long>
		<default>&lt;Super&gt;&lt;Shift&gt;c</default>
	    </option>
	    <option type="button" name="clear_button">
		<short>Clear Button</short>
		<long>Mouse button shortcut to remove all fire particles.</long>
		<default/>
	    </option>
	    <option type="float" name="bg_brightness">
		<short>Background Brightness</short>
		<long>The brightness of the background during Firepaint (in percent).</long>
		<default>50.0</default>
		<min>0.0</min>
		<max>100.0</max>
		<precision>5.0</precision>
	    </option>
	    </group>
	    <group>
		<short>Particle Settings</short>
	    <option type="action" name="add_particle">
		<short>Add Particle</short>
		<long>Adds a fire particle at position (x, y), where x and y are floats.</long>
	    </option>
	    <option type="int" name="num_Particles">
		<short>Fire Particle Number</short>
		<long>Maximum number of active particles.</long>
		<default>3000</default>
		<min>100</min>
		<max>20000</max>
	    </option>
	    <option type="float" name="fire_size">
		<short>Fire Particle Size</short>
		<long>The size of the individual particles.</long>
		<default>15.0</default>
		<min>0.1</min>
		<max>40</max>
		<precision>0.1</precision>
	    </option>
	    <option type="float" name="fire_slowdown">
		<short>Fire Particle Slowdown</short>
		<long>The slowdown of the fire particles.</long>
		<default>0.5</default>
		<min>0.1</min>
		<max>10</max>
		<precision>0.1</precision>
	    </option>
	    <option type="float" name="fire_life">
		<short>Fire Particle Life</short>
		<long>The lifespan of the fire particles.</long>
		<default>0.7</default>
		<min>0.1</min>
		<max>0.95</max>
		<precision>0.05</precision>
	    </option>
	    <option type="color" name="fire_color">
		<short>Fire Particle Color</short>
		<long>The color and opacity of the fire particles.</long>
		<default>
		    <red>0xffff</red>
		    <green>0x3333</green>
		    <blue>0x0555</blue>
		    <alpha>0xffff</alpha>
		</default>
	    </option>
	    <option type="bool" name="fire_mystical">
		<short>Randomly Colored Fire</short>
		<long>Have random colors for the fire effect, also known as Mystical Fire.</long>
		<default>false</default>
	    </option>
	    </group>
	</options>
    </plugin>
</compiz>