This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.showdesktop.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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.freedesktop.compiz.showdesktop" gettext-domain="compiz">
    <key type="d" name="speed">
      <default>1.2</default>
      <summary>Speed</summary>
      <description>Window movement speed (0.1 - 50.0)</description>
    </key>
    <key type="d" name="timestep">
      <default>0.1</default>
      <summary>Timestep</summary>
      <description>Window movement timestep (0.1 - 50.0)</description>
    </key>
    <key type="i" name="direction">
      <default>6</default>
      <summary>Movement Direction</summary>
      <description>Direction of window movement (0 = Up, 1 = Down, 2 = Left, 3 = Right, 4 = Up/Down, 5 = Left/Right, 6 = To Corners)</description>
    </key>
    <key type="s" name="window-match">
      <default>'type=toolbar | type=utility | type=dialog | type=normal'</default>
      <summary>Window Types</summary>
      <description>Window types that should be moved out of sight when entering showdesktop mode (match)</description>
    </key>
    <key type="d" name="window-opacity">
      <default>0.3</default>
      <summary>Window Opacity</summary>
      <description>Window opacity when showdesktop'd (0.1 - 1.0)</description>
    </key>
    <key type="i" name="window-part-size">
      <default>20</default>
      <summary>Window Part Size</summary>
      <description>Window part size when showdesktop'd (0 - 300)</description>
    </key>
  </schema>
</schemalist>