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

« back to all changes in this revision

Viewing changes to data/update-notifier.schemas.in

  • Committer: mvo
  • Date: 2004-11-02 00:58:06 UTC
  • Revision ID: gustavo@niemeyer.net-20041102005806-9118e041eaa0ebc8
* inital checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
  <schemalist>
3
 
    <schema>
4
 
      <key>/schemas/apps/update-notifier/show_apport_crashes</key>
5
 
      <applyto>/apps/update-notifier/show_apport_crashes</applyto>
6
 
      <type>bool</type>
7
 
      <default>true</default>
8
 
      <locale name="C">
9
 
        <short>Display apport crash reports automatically</short>
10
 
        <long>If this is disabled, the user will not be notified about pending apport crash reports.</long>
11
 
      </locale>
12
 
    </schema>
13
 
 
14
 
    <schema>
15
 
      <key>/schemas/apps/update-notifier/end_system_uids</key>
16
 
      <applyto>/apps/update-notifier/end_system_uids</applyto>
17
 
      <type>int</type>
18
 
      <default>500</default>
19
 
      <locale name="C">
20
 
        <short>The maximum UID that is reserved for system users</short>
21
 
        <long>Update-notifier will not be started for system users, this
22
 
specifies the upper bound of this range.
23
 
        </long>
24
 
      </locale>
25
 
    </schema>
26
 
 
27
 
    <schema>
28
 
      <key>/schemas/apps/update-notifier/auto_launch</key>
29
 
      <applyto>/apps/update-notifier/auto_launch</applyto>
30
 
      <type>bool</type>
31
 
      <default>true</default>
32
 
      <locale name="C">
33
 
        <short>Automatically launch the default action</short>
34
 
        <long>The default action (update-manager) will be started 
35
 
        automatically. All dialog boxes like notification hooks,  
36
 
        reboot required, media detected will open automatically
37
 
        </long>
38
 
      </locale>
39
 
    </schema>
40
 
 
41
 
    <schema>
42
 
      <key>/schemas/apps/update-notifier/regular_auto_launch_interval</key>
43
 
      <applyto>/apps/update-notifier/regular_auto_launch_interval</applyto>
44
 
      <type>int</type>
45
 
      <default>7</default>
46
 
      <locale name="C">
47
 
        <short>Interval (in days) when to auto launch for normal updates</short>
48
 
        <long>The interval (in days) when auto launching update-manager
49
 
        for normal updates. Please note that it will auto launch for
50
 
        security updates immediately. If you set it to "0" it will 
51
 
        also launch as soon as updates become available.
52
 
        </long>
53
 
      </locale>
54
 
    </schema>
55
 
 
56
 
    <schema>
57
 
      <key>/schemas/apps/update-notifier/hide_reboot_notification</key>
58
 
      <applyto>/apps/update-notifier/hide_reboot_notification</applyto>
59
 
      <type>bool</type>
60
 
      <default>False</default>
61
 
      <locale name="C">
62
 
        <short>Hide the reboot notification</short>
63
 
        <long>Do not display a reboot required icon or dialog. This is
64
 
        useful for sysadmin who want to prevent this feature from users.
65
 
        </long>
66
 
      </locale>
67
 
    </schema>
68
 
 
69
 
  </schemalist>
70
 
</gconfschemafile>