This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.reflex.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.reflex" gettext-domain="compiz">
    <key type="s" name="file">
      <default>'reflection.png'</default>
      <summary>Reflection Image</summary>
      <description>Reflection Image file</description>
    </key>
    <key type="s" name="match">
      <default>'any'</default>
      <summary>Window match</summary>
      <description>Reflection Window Match (match)</description>
    </key>
    <key type="b" name="window">
      <default>false</default>
      <summary>Reflection for Windows</summary>
      <description>Draw Reflection for windows.</description>
    </key>
    <key type="b" name="decoration">
      <default>true</default>
      <summary>Reflection for Decorations</summary>
      <description>Draw Reflection for decorations.</description>
    </key>
    <key type="i" name="threshold">
      <default>1</default>
      <summary>Alpha Dependence Threshold</summary>
      <description>Alpha dependence threshold. (1 - 10)</description>
    </key>
    <key type="b" name="moving">
      <default>true</default>
      <summary>Moving reflection</summary>
      <description>Move the reflection on window move.</description>
    </key>
  </schema>
</schemalist>