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
|
<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="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="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>
<key name="show-livepatch-status-icon" type="b">
<default>true</default>
<summary>Show Livepatch status icon</summary>
<description>Enable or diable the Livepatch status icon in the systray.</description>
</key>
</schema>
</schemalist>
|