This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.splash.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.splash" gettext-domain="compiz">
    <key type="s" name="initiate-key">
      <default>'&lt;Control&gt;F11'</default>
      <summary>Initiate Splash</summary>
      <description>Start Splash.</description>
    </key>
    <key type="b" name="firststart">
      <default>true</default>
      <summary>Show on first start</summary>
      <description>Show splash on first start.</description>
    </key>
    <key type="s" name="background">
      <default>'splash_background.png'</default>
      <summary>Background File</summary>
      <description>Background image File.</description>
    </key>
    <key type="s" name="logo">
      <default>'splash_logo.png'</default>
      <summary>Logo File</summary>
      <description>Logo image File.</description>
    </key>
    <key type="d" name="fade-time">
      <default>1.0</default>
      <summary>Fade Time</summary>
      <description>Fade In/Out Time. (0.0 - 100.0)</description>
    </key>
    <key type="d" name="display-time">
      <default>2.0</default>
      <summary>Display Time</summary>
      <description>Display In/Out Time. (0.0 - 100.0)</description>
    </key>
    <key type="d" name="saturation">
      <default>50.0</default>
      <summary>Saturation</summary>
      <description>Background saturation. (0.0 - 100.0)</description>
    </key>
    <key type="d" name="brightness">
      <default>50.0</default>
      <summary>Brightness</summary>
      <description>Background brightness. (0.0 - 100.0)</description>
    </key>
  </schema>
</schemalist>