This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml is in gnome-settings-daemon-schemas 3.18.2-0ubuntu3.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/settings-daemon/plugins/updates/" id="org.gnome.settings-daemon.plugins.updates" 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>0</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="b" name="connection-use-mobile">
      <default>false</default>
      <summary>Use mobile broadband connections</summary>
      <description>Use mobile broadband connections such as GSM and CDMA to check for updates.</description>
    </key>
    <key type="b" name="auto-download-updates">
      <default>true</default>
      <summary>Automatically download updates in the background without confirmation</summary>
      <description>Automatically download updates in the background without confirmation. Updates will be auto-downloaded when using wired network connnections, and mobile broadband if 'connection-use-mobile' is enabled.</description>
    </key>
    <key type="i" name="frequency-get-updates">
      <default>86400</default>
      <summary>How often to check for updates</summary>
      <description>How often to check for updates. Value is in seconds. This is a maximum amount of time that can pass between a security update being published, and the update being automatically installed or the user notified.</description>
    </key>
    <key type="i" name="frequency-updates-notification">
      <default>604800</default>
      <summary>How often to notify the user that non-critical updates are available</summary>
      <description>How often to tell the user there are non-critical updates. Value is in seconds. Security update notifications are always shown after the check for updates, but non-critical notifications should be shown a lot less frequently.</description>
    </key>
    <key type="t" name="last-updates-notification">
      <default>0</default>
      <summary>The last time we told the user about non-critical notifications</summary>
      <description>The last time we notified the user about non-critical updates. Value is in seconds since the epoch, or zero for never.</description>
    </key>
    <key type="i" name="frequency-get-upgrades">
      <default>604800</default>
      <summary>How often to check for distribution upgrades</summary>
      <description>How often to check for distribution upgrades. Value is in seconds.</description>
    </key>
    <key type="i" name="frequency-refresh-cache">
      <default>86400</default>
      <summary>How often to refresh the package cache</summary>
      <description>How often to refresh the package cache. Value is in seconds.</description>
    </key>
    <key type="b" name="update-battery">
      <default>false</default>
      <summary>Check for updates when running on battery power</summary>
      <description>Check for updates when running on battery power.</description>
    </key>
    <key type="b" name="notify-distro-upgrades">
      <default>false</default>
      <summary>Notify the user when distribution upgrades are available</summary>
      <description>Notify the user when distribution upgrades are available.</description>
    </key>
    <key type="b" name="enable-check-firmware">
      <default>true</default>
      <summary>Ask the user if additional firmware should be installed</summary>
      <description>Ask the user if additional firmware should be installed if it is available.</description>
    </key>
    <key type="s" name="banned-firmware">
      <default>'*/intel-ucode/*'</default>
      <summary>Firmware files that should not be searched for</summary>
      <description>Firmware files that should not be searched for, separated by commas. These can include '*' and '?' characters.</description>
    </key>
    <key type="s" name="ignored-devices">
      <default>''</default>
      <summary>Devices that should be ignored</summary>
      <description>Devices that should be ignored, separated by commas. These can include '*' and '?' characters.</description>
    </key>
    <key type="s" name="media-repo-filenames">
      <default>'media.repo,.discinfo'</default>
      <summary>The filenames on removable media that designate it a software source.</summary>
      <description>When removable media is inserted, it is checked to see if it contains any important filenames in the root directory. If the filename matches, then an updates check is performed. This allows post-install disks to be used to update running systems.</description>
    </key>
  </schema>
</schemalist>