This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.showmouse.gschema.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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.freedesktop.compiz.showmouse" gettext-domain="compiz">
    <key type="s" name="initiate">
      <default>'&lt;Super&gt;k'</default>
      <summary>Initiate</summary>
      <description>Toggle the mouse pointer trail.</description>
    </key>
    <key type="s" name="initiate-button">
      <default>'Disabled'</default>
      <summary>Initiate</summary>
      <description>Toggle the mouse pointer trail.</description>
    </key>
    <key type="s" name="initiate-edge">
      <default>''</default>
      <summary>Initiate</summary>
      <description>Toggle the mouse pointer trail.</description>
    </key>
    <key type="i" name="num-particles">
      <default>500</default>
      <summary>Number Of Particles</summary>
      <description>Number of particles. (10 - 2000)</description>
    </key>
    <key type="d" name="size">
      <default>10.0</default>
      <summary>Particle Size</summary>
      <description>Particle size. (0.1 - 20)</description>
    </key>
    <key type="d" name="slowdown">
      <default>1.0</default>
      <summary>Particle Slowdown</summary>
      <description>Particle slowdown. (0.1 - 10)</description>
    </key>
    <key type="d" name="life">
      <default>0.7</default>
      <summary>Particle Life</summary>
      <description>Particle life. (0.1 - 1)</description>
    </key>
    <key type="d" name="darken">
      <default>0.9</default>
      <summary>Darken backgound</summary>
      <description>Darken background under particles (0.0 - 1.0)</description>
    </key>
    <key type="b" name="blend">
      <default>true</default>
      <summary>Additive blending</summary>
      <description>Additive blending of particles</description>
    </key>
    <key type="s" name="color">
      <default>'#ffdf3fff'</default>
      <summary>Particle Color</summary>
      <description>Particle color.</description>
    </key>
    <key type="b" name="random">
      <default>false</default>
      <summary>Randomly Colored Particles</summary>
      <description>Have random colors for the particles</description>
    </key>
    <key type="d" name="rotation-speed">
      <default>0.5</default>
      <summary>Rotation speed</summary>
      <description>Rotation speed. (0.1 - 10.0)</description>
    </key>
    <key type="i" name="radius">
      <default>100</default>
      <summary>Radius</summary>
      <description>Ring radius (10 - 1000)</description>
    </key>
    <key type="i" name="emiters">
      <default>3</default>
      <summary>Emiters</summary>
      <description>Number of particle emiters. (1 - 10)</description>
    </key>
  </schema>
</schemalist>