~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
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
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/update-notifier/show_apport_crashes</key>
      <applyto>/apps/update-notifier/show_apport_crashes</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Display apport crash reports automatically</short>
        <long>If this is disabled, the user will not be notified about pending apport crash reports.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/update-notifier/end_system_uids</key>
      <applyto>/apps/update-notifier/end_system_uids</applyto>
      <type>int</type>
      <default>500</default>
      <locale name="C">
        <short>The maximum UID that is reserved for system users</short>
        <long>Update-notifier will not be started for system users, this
specifies the upper bound of this range.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/update-notifier/auto_launch</key>
      <applyto>/apps/update-notifier/auto_launch</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Automatically launch the default action</short>
        <long>The default action (update-manager) will be started 
	automatically. All dialog boxes like notification hooks,  
	reboot required, media detected will open automatically
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/update-notifier/regular_auto_launch_interval</key>
      <applyto>/apps/update-notifier/regular_auto_launch_interval</applyto>
      <type>int</type>
      <default>7</default>
      <locale name="C">
        <short>Interval (in days) when to auto launch for normal updates</short>
        <long>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.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/update-notifier/hide_reboot_notification</key>
      <applyto>/apps/update-notifier/hide_reboot_notification</applyto>
      <type>bool</type>
      <default>False</default>
      <locale name="C">
        <short>Hide the reboot notification</short>
        <long>Do not display a reboot required icon or dialog. This is
	useful for sysadmin who want to prevent this feature from users.
        </long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>