This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.td.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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.freedesktop.compiz.td" gettext-domain="compiz">
    <key type="s" name="window-match">
      <default>'Toolbar | Utility | Dialog | Normal | Unknown'</default>
      <summary>Window Match</summary>
      <description>Windows that should be handled by 3D (match)</description>
    </key>
    <key type="i" name="min-cube-size">
      <default>60</default>
      <summary>Minimum Cube Size</summary>
      <description>Minimum cube size (in percent). (10 - 100)</description>
    </key>
    <key type="i" name="max-window-space">
      <default>10</default>
      <summary>Window Space</summary>
      <description>Change the amount of space between the windows (in percent of the cube size). (0 - 50)</description>
    </key>
    <key type="b" name="manual-only">
      <default>true</default>
      <summary>3D Only On Mouse Rotate</summary>
      <description>Initiates the 3D display only if rotate is mouse driven. (Ex. You rotate the cube via the mouse)</description>
    </key>
    <key type="d" name="width">
      <default>0.3</default>
      <summary>Window Depth</summary>
      <description>Window depth (0.0 - 1.0)</description>
    </key>
    <key type="i" name="bevel">
      <default>0</default>
      <summary>Bevel Corners</summary>
      <description>Roundoff corners for consistency with rounded decorations (0 - 20)</description>
    </key>
    <key type="s" name="width-color">
      <default>'#333333ff'</default>
      <summary>Window Color (Active)</summary>
      <description>Color of the active window's depth</description>
    </key>
    <key type="s" name="width-color-inactive">
      <default>'#333333ff'</default>
      <summary>Window Color (Inactive)</summary>
      <description>Color of an inactive window's depth</description>
    </key>
    <key type="b" name="bevel-topleft">
      <default>true</default>
      <summary>Bevel Top Left</summary>
      <description>Bevel top left corner</description>
    </key>
    <key type="b" name="bevel-topright">
      <default>true</default>
      <summary>Bevel Top Right</summary>
      <description>Bevel top right corner</description>
    </key>
    <key type="b" name="bevel-bottomleft">
      <default>false</default>
      <summary>Bevel Bottom Left</summary>
      <description>Bevel bottom left corner</description>
    </key>
    <key type="b" name="bevel-bottomright">
      <default>false</default>
      <summary>Bevel Bottom Right</summary>
      <description>Bevel bottom right corner</description>
    </key>
  </schema>
</schemalist>