~ubuntu-core-dev/update-notifier/ubuntu

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
<schemalist>
  <schema id="com.ubuntu.update-notifier" path="/com/ubuntu/update-notifier/">
    <key name="show-apport-crashes" type="b">
      <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 name="end-system-uids" type="i">
      <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 name="auto-launch" type="b">
      <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 name="regular-auto-launch-interval" type="i">
      <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 name="hide-reboot-notification" type="b">
      <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 name="no-show-notifications" type="b">
      <default>false</default>
      <summary>Stop showing update notifications</summary>
      <description>Do not display a notification when updates are available.</description>
    </key>
    <key name="release-check-time" type="u">
      <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>