This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.mblur.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.mblur" gettext-domain="compiz">
    <key type="s" name="initiate-key">
      <default>'&lt;Control&gt;F12'</default>
      <summary>Toggle Motion Blur</summary>
      <description>Toggle motion Blur effect.</description>
    </key>
    <key type="i" name="mode">
      <default>0</default>
      <summary>Motion Blur mode</summary>
      <description>Motion Blur render mode. (0 = Texture Copy, 1 = Accumulation buffer)</description>
    </key>
    <key type="d" name="strength">
      <default>20.0</default>
      <summary>Motion Blur Strength</summary>
      <description>Motion Blur strength. (0.0 - 100.0)</description>
    </key>
    <key type="b" name="on-transformed-screen">
      <default>false</default>
      <summary>Motion Blur on Transformed Screen</summary>
      <description>Execute Motion Blur if the screen is transformed.</description>
    </key>
  </schema>
</schemalist>