How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty

Spread the love

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.

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.

That’s it.

To recover the auto launch pop up function, simply repeat the above step, but place a check in the auto_launch box.

Alternative method (via the terminal)

If you are just plain lazy, here’s a much easier step.

In your terminal, type the following command:

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

To recover:

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

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Sign up for all newsletters.
By signing up, you agree to our Privacy Policy and European users agree to the data transfer policy. We will not share your data and you can unsubscribe at any time. Subscribe


Damien Oh

Damien Oh started writing tech articles since 2007 and has over 10 years of experience in the tech industry. He is proficient in Windows, Linux, Mac, Android and iOS, and worked as a part time WordPress Developer. He is currently the owner and Editor-in-Chief of Make Tech Easier.

Comments (15)