310
by Martin Pitt
* Add data/update-notifier.schemas.in with a key to enable/disable apport |
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> |
|
348
by Martin Pitt
* data/update-notifier.schemas.in: Enable apport for Hardy. |
7 |
<default>true</default> |
310
by Martin Pitt
* Add data/update-notifier.schemas.in with a key to enable/disable apport |
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 |
||
422
by Michael Vogt
add gconf-key /apps/update-notifier/end_system_uids to make |
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 |
||
429
by Michael Vogt
add gconf "/apps/update-notifier/auto_launch" option that |
27 |
<schema>
|
28 |
<key>/schemas/apps/update-notifier/auto_launch</key> |
|
29 |
<applyto>/apps/update-notifier/auto_launch</applyto> |
|
30 |
<type>bool</type> |
|
433
by Michael Vogt
* make "auto_launch" update-manager mode the default (as asked |
31 |
<default>true</default> |
429
by Michael Vogt
add gconf "/apps/update-notifier/auto_launch" option that |
32 |
<locale name="C"> |
33 |
<short>Automatically launch the default action</short> |
|
434
by Michael Vogt
make the interactive upgrade hooks dialog open up immediately |
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 |
|
429
by Michael Vogt
add gconf "/apps/update-notifier/auto_launch" option that |
37 |
</long>
|
38 |
</locale>
|
|
39 |
</schema>
|
|
40 |
||
432
by Michael Vogt
add "/apps/update-notifier/regular_auto_launch_interval" gconf |
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> |
|
440
by Michael Vogt
* data/update-notifier.schemas.in: |
45 |
<default>7</default> |
432
by Michael Vogt
add "/apps/update-notifier/regular_auto_launch_interval" gconf |
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 |
||
469
by Michael Vogt
add /apps/update-notifier/hide_reboot_notification |
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"> |
|
503
by Michael Vogt
* data/update-notifier.schemas.in: |
62 |
<short>Hide the reboot notification</short> |
469
by Michael Vogt
add /apps/update-notifier/hide_reboot_notification |
63 |
<long>Do not display a reboot required icon or dialog. This is
|
498
by Michael Vogt
* data/update-notifier.schemas.in: |
64 |
useful for sysadmin who want to prevent this feature from users. |
469
by Michael Vogt
add /apps/update-notifier/hide_reboot_notification |
65 |
</long>
|
66 |
</locale>
|
|
67 |
</schema>
|
|
68 |
||
310
by Martin Pitt
* Add data/update-notifier.schemas.in with a key to enable/disable apport |
69 |
</schemalist>
|
70 |
</gconfschemafile>
|