This file is indexed.

/usr/share/compiz/showmouse.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
<?xml version="1.0"?>
<compiz>
	<plugin name="showmouse" useBcop="true">
		<short>Show mouse</short>
		<long>Increases the visibility of the mouse pointer</long>
		<category>Accessibility</category>
		<deps>
			<relation type="after">
				<plugin>opengl</plugin>
				<plugin>mousepoll</plugin>
				<plugin>cube</plugin>
				<plugin>decor</plugin>
			</relation>
			<requirement>
				<plugin>opengl</plugin>
				<plugin>mousepoll</plugin>
			</requirement>
		</deps>
		<options>
			<group>
				<short>General</short>
				<option name="initiate" type="key">
					<short>Initiate</short>
					<long>Toggle the mouse pointer trail.</long>
					<default>&lt;Super&gt;k</default>
				</option>
				<option name="initiate_button" type="button">
					<short>Initiate</short>
					<long>Toggle the mouse pointer trail.</long>
					<default/>
				</option>
				<option name="initiate_edge" type="edge">
					<short>Initiate</short>
					<long>Toggle the mouse pointer trail.</long>
					<default/>
				</option>
			</group>
			<group>
				<short>Particle Options</short>
				<option name="num_particles" type="int">
					<short>Number Of Particles</short>
					<long>Number of particles.</long>
					<default>500</default>
					<min>10</min>
					<max>2000</max>
				</option>
				<option name="size" type="float">
					<short>Particle Size</short>
					<long>Particle size.</long>
					<default>10.0</default>
					<min>0.1</min>
					<max>20</max>
					<precision>0.1</precision>
				</option>
				<option name="slowdown" type="float">
					<short>Particle Slowdown</short>
					<long>Particle slowdown.</long>
					<default>1.0</default>
					<min>0.1</min>
					<max>10</max>
					<precision>0.1</precision>
				</option>
				<option name="life" type="float">
					<short>Particle Life</short>
					<long>Particle life.</long>
					<default>0.7</default>
					<min>0.1</min>
					<max>1</max>
					<precision>0.1</precision>
				</option>
				<option name="darken" type="float">
					<short>Darken backgound</short>
					<long>Darken background under particles</long>
					<default>0.9</default>
					<min>0.0</min>
					<max>1.0</max>
					<precision>0.1</precision>
				</option>
				<option name="blend" type="bool">
					<short>Additive blending</short>
					<long>Additive blending of particles</long>
					<default>true</default>
				</option>
				<option name="color" type="color">
					<short>Particle Color</short>
					<long>Particle color.</long>
					<default>
					<red>0xffff</red>
					<green>0xdfff</green>
					<blue>0x3fff</blue>
					<alpha>0xffff</alpha>
					</default>
				</option>
				<option name="random" type="bool">
					<short>Randomly Colored Particles</short>
					<long>Have random colors for the particles</long>
					<default>false</default>
				</option>
			    </group>
			    <group>
				<short>General</short>
				<option name="rotation_speed" type="float">
					<short>Rotation speed</short>
					<long>Rotation speed.</long>
					<default>0.5</default>
					<min>0.1</min>
					<max>10.0</max>
					<precision>0.1</precision>
				</option>
				<option name="radius" type="int">
					<short>Radius</short>
					<long>Ring radius</long>
					<default>100</default>
					<min>10</min>
					<max>1000</max>
				</option>
				<option name="emiters" type="int">
					<short>Emiters</short>
					<long>Number of particle emiters.</long>
					<default>3</default>
					<min>1</min>
					<max>10</max>
				</option>
			</group>
		</options>
	</plugin>
</compiz>