This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.crashhandler.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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.freedesktop.compiz.crashhandler" gettext-domain="compiz">
    <key type="b" name="enabled">
      <default>true</default>
      <summary>Enable Crash Handler</summary>
      <description>Activate Crash Handler.</description>
    </key>
    <key type="s" name="directory">
      <default>'/tmp'</default>
      <summary>Crash Dump Directory</summary>
      <description>Directory to dump the crash logs to.</description>
    </key>
    <key type="b" name="start-wm">
      <default>false</default>
      <summary>Start Other Window Manager</summary>
      <description>Start other window manager on Crash.</description>
    </key>
    <key type="s" name="wm-cmd">
      <default>''</default>
      <summary>Window Manager Command Line</summary>
      <description>Window manager command line. DO NOT ENTER COMPIZ HERE!!!</description>
    </key>
  </schema>
</schemalist>