This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.wallpaper.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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.freedesktop.compiz.wallpaper" gettext-domain="compiz">
    <key type="as" name="bg-image">
      <default>[]</default>
      <summary>Image</summary>
      <description>Image file.</description>
    </key>
    <key type="ai" name="bg-image-pos">
      <default>[]</default>
      <summary>Position</summary>
      <description>Image position.</description>
    </key>
    <key type="ai" name="bg-fill-type">
      <default>[]</default>
      <summary>Fill type</summary>
      <description>Background fill type.</description>
    </key>
    <key type="as" name="bg-color1">
      <default>[]</default>
      <summary>Color 1</summary>
      <description>Fill or first gradient color.</description>
    </key>
    <key type="as" name="bg-color2">
      <default>[]</default>
      <summary>Color 2</summary>
      <description>Second gradient color.</description>
    </key>
    <key type="b" name="cycle-wallpapers">
      <default>false</default>
      <summary>Cycle Wallpapers</summary>
      <description>Cycle through wallpapers if more than one is defined.</description>
    </key>
    <key type="d" name="cycle-timeout">
      <default>10.0</default>
      <summary>Cycle Timeout (min)</summary>
      <description>Length of time before cycling to the next wallpaper. (0.15 - 1440.0)</description>
    </key>
    <key type="d" name="fade-duration">
      <default>2.0</default>
      <summary>Fade Duration (sec)</summary>
      <description>Length of time to fade from one wallpaper to the next. (0.05 - 10.0)</description>
    </key>
  </schema>
</schemalist>