This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.update-notifier.gschema.xml is in update-notifier 0.119ubuntu8.1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/com/ubuntu/update-notifier/" id="com.ubuntu.update-notifier">
    <key type="b" name="show-apport-crashes">
      <default>true</default>
      <summary>Display apport crash reports automatically</summary>
      <description>If this is disabled, the user will not be notified about pending apport crash reports.</description>
    </key>
    <key type="i" name="end-system-uids">
      <default>500</default>
      <summary>The maximum UID that is reserved for system users</summary>
      <description>Update-notifier will not be started for system users, this specifies the upper bound of this range.</description>
    </key>
    <key type="b" name="auto-launch">
      <default>true</default>
      <summary>Automatically launch the default action</summary>
      <description>The default action (update-manager) will be started automatically. All dialog boxes like notification hooks, reboot required, media detected will open automatically</description>
    </key>
    <key type="i" name="regular-auto-launch-interval">
      <default>7</default>
      <summary>Interval (in days) when to auto launch for normal updates</summary>
      <description>The interval (in days) when auto launching update-manager for normal updates. Please note that it will auto launch for security updates immediately. If you set it to "0" it will also launch as soon as updates become available.</description>
    </key>
    <key type="b" name="hide-reboot-notification">
      <default>false</default>
      <summary>Hide the reboot notification</summary>
      <description>Do not display a reboot required icon or dialog. This is useful for sysadmins who want to prevent this feature from users.</description>
    </key>
    <key type="b" name="no-show-notifications">
      <default>false</default>
      <summary>Stop showing update notifications</summary>
      <description>Do not display a notification when updates are available.</description>
    </key>
    <key type="u" name="release-check-time">
      <default>0</default>
      <summary>Time of last release check</summary>
      <description>The last time update-notifier checked for a new release.  The format is seconds since UNIX epoch.</description>
    </key>
  </schema>
</schemalist>