User Tools

Site Tools


blog:remove_update_manager_popup

Remove Ubuntu Jaunty update manager popup

For those who are using Ubuntu Jaunty, you will notice that there is a change in the way the system notifies you to upgrade software. In the past, an icon will appear on the system tray whenever there is new update available. In Ubuntu Jaunty, instead of showing the icon, the update manager will now pop up the window as and when it detects new update. While this is a good way to grab the user attention and get them to upgrade to the latest software version promptly, it can be pretty annoying for many, especially when you are in the midst of your work. To make it worst, if you close it without updating, it will keep on popping up in regular interval until you have upgraded your system.

Luckily, you can turn off this pop up feature easily and switch back to the old icon-appear-at-system-tray mode.

Using gconf-editor

Open up a terminal, type

gconf-editor

This will load up the gconf editor window

Navigate to Apps→Update Notifier. On the right, unchecked the auto_launch box. Close the window.

Using the shell

gconftool -s --type bool /apps/update-notifier/auto_launch false

To recover:

gconftool -s --type bool /apps/update-notifier/auto_launch true

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
  ____   ____  _      __   __  ___  _      __
 / __ \ /_  / | | /| / /  /  |/  / | | /| / /
/ /_/ /  / /_ | |/ |/ /  / /|_/ /  | |/ |/ / 
\___\_\ /___/ |__/|__/  /_/  /_/   |__/|__/
 
blog/remove_update_manager_popup.txt · Last modified: 2009-06-21 09:57 by brb