Update Notifier (GNOME)
From KevinWiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
+ | [[Category:GNOME]] | ||
== Change in Update Notification == | == Change in Update Notification == | ||
According to the [http://www.ubuntu.com/getubuntu/releasenotes/904 Ubuntu 9.04 release notes], there is a change in the update notification. | According to the [http://www.ubuntu.com/getubuntu/releasenotes/904 Ubuntu 9.04 release notes], there is a change in the update notification. | ||
Line 20: | Line 21: | ||
Applications -> System Tools -> Configuration Editor | Applications -> System Tools -> Configuration Editor | ||
- | * Expand <code>apps</code> category. | + | * Expand the <code>apps</code> category. |
* Click the <code>update-notifier</code> to select it. | * Click the <code>update-notifier</code> to select it. | ||
* The configuration details of it appears on the right hand side. | * The configuration details of it appears on the right hand side. |
Latest revision as of 12:14, 3 May 2009
Change in Update Notification
According to the Ubuntu 9.04 release notes, there is a change in the update notification.
Change in notifications of available updates
Ubuntu 9.04 introduces a change to the handling of package updates, launching update-manager directly instead of displaying a notification icon in the GNOME panel. Users will still be notified of security updates on a daily basis, but for updates that are not security-related, users will only be prompted once a week.
Users who wish to continue receiving update notifications in the previous manner can restore the earlier behavior using the following command:
gconftool -s --type bool /apps/update-notifier/auto_launch false
Change Back to Old Style
As it says, this can be changed back to the old style with the following command.
$ gconftool -s --type bool /apps/update-notifier/auto_launch false
or through Configuration Editor
- Open the Configuration Editor.
Applications -> System Tools -> Configuration Editor
- Expand the
apps
category. - Click the
update-notifier
to select it. - The configuration details of it appears on the right hand side.
- Uncheck the value of the
auto_launch
key. - Close the
Configuration Editor
- Optional:
regular_auto_launch_interval
can be changed for more or less frequent notification.