This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml is in gnome-settings-daemon 3.4.2+git20121218.7c1322-3+deb7u3.

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" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/settings-daemon/plugins/color/" id="org.gnome.settings-daemon.plugins.color" gettext-domain="gnome-settings-daemon">
    <key type="b" name="active">
      <default>true</default>
      <summary>Activation of this plugin</summary>
      <description>Whether this plugin would be activated by gnome-settings-daemon or not</description>
    </key>
    <key type="i" name="priority">
      <default>1</default>
      <summary>Priority to use for this plugin</summary>
      <description>Priority to use for this plugin in gnome-settings-daemon startup queue</description>
    </key>
    <key type="u" name="recalibrate-display-threshold">
      <default>0</default>
      <summary>The duration a display profile is valid</summary>
      <description>This is the number of days after which the display color profile is considered invalid.</description>
    </key>
    <key type="u" name="recalibrate-printer-threshold">
      <default>0</default>
      <summary>The duration a printer profile is valid</summary>
      <description>This is the number of days after which the printer color profile is considered invalid.</description>
    </key>
  </schema>
</schemalist>