This file is indexed.

/usr/share/compiz/splash.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0"?>
<compiz>
  <plugin name="splash" useBcop="true">
    <short>Splash</short>
    <long>A simple splash plugin</long>
	<category>Extras</category>
    <deps>
      <requirement>
        <plugin>opengl</plugin>
      </requirement>
      <relation type="after">
        <plugin>composite</plugin>
        <plugin>opengl</plugin>
        <plugin>imgsvg</plugin>
        <plugin>imgpng</plugin>
        <plugin>imgjpeg</plugin>
        <plugin>decor</plugin>
      </relation>
    </deps>
    <options>
      <group>
        <short>Main</short>
        <option name="initiate_key" type="key">
          <short>Initiate Splash</short>
          <long>Start Splash.</long>
          <default>&lt;Control&gt;F11</default>
        </option>
        <option name="firststart" type="bool">
          <short>Show on first start</short>
          <long>Show splash on first start.</long>
          <default>true</default>
        </option>
      </group>
      <group>
        <short>Images</short>
        <option name="background" type="string">
          <short>Background File</short>
          <long>Background image File.</long>
          <hints>file;image;</hints>
          <default>splash_background.png</default>
        </option>
        <option name="logo" type="string">
          <short>Logo File</short>
          <long>Logo image File.</long>
          <hints>file;image;</hints>
          <default>splash_logo.png</default>
        </option>
      </group>
      <group>
        <short>Appearance</short>
        <option name="fade_time" type="float">
          <short>Fade Time</short>
          <long>Fade In/Out Time.</long>
          <default>1.0</default>
          <min>0.0</min>
          <max>100.0</max>
          <precision>0.1</precision>
        </option>
        <option name="display_time" type="float">
          <short>Display Time</short>
          <long>Display In/Out Time.</long>
          <default>2.0</default>
          <min>0.0</min>
          <max>100.0</max>
          <precision>0.1</precision>
        </option>
        <option name="saturation" type="float">
          <short>Saturation</short>
          <long>Background saturation.</long>
          <default>50.0</default>
          <min>0.0</min>
          <max>100.0</max>
          <precision>0.1</precision>
        </option>
        <option name="brightness" type="float">
          <short>Brightness</short>
          <long>Background brightness.</long>
          <default>50.0</default>
          <min>0.0</min>
          <max>100.0</max>
          <precision>0.1</precision>
        </option>
      </group>
    </options>
  </plugin>
</compiz>