Update Manager keeps opening automatically and it's getting very annoying, especially when I'm using Gnome Shell. How do I make it stop?
Fiery Driver Updater. Analysis: Fiery Driver Updater (FDU) is only present in 5.0+. Reverting to 4.3 should not automatically update to 5.0. FDU should not normally install or upgrade any drivers without user approval. The problem we see could be caused by another driver, not the one you're installing/uninstalling. If your Ricoh Pro C900 Fiery Software printer has had it, a new one might be the most cost-effective solution, But you don’t Always have to buy new printer device, we recommend you to update yours to the latest one. Ricoh Pro C900 Fiery Printer Drivers and Software for Microsoft Windows OS. ITL Driver Updater is a security app from rogue software family. When installed on the your PC, this program runs continuous task-bar warnings and notifies specifying that your system has lots of errors or viruses.
Jorge CastroThis may work for you. I haven't verified if it works in GNOME.
After this, you will have to open the Update Manager application manually.
I found this post with the following instruction:
open gconf-editor, browse down to Apps ->Update Notifier, and uncheck the auto_launch option
OK, try this one. It's similar to the other answer but disables it instead of deleting it entirely. It might be safer for you to open the file in an editor and change the line by hand instead of the sed command that post uses.
The procedure, using an editor:
cd /etc/xdg/autostart) and list the files there (ls).update-notifier.desktop) and open it in an editor (gksudo gedit update-notifier.desktop). Enter your password if necessary.NoDisplay=trueNoDisplay=falseThe Update Manager pops up when it detects a new update. This behaviour 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 intervals and each time after boot, until you have upgraded your system. To turn it off:
The Update Notifier autostarts on boot and triggers Update Manager. In this method, we prevent the Update Notifier itself from autostarting,so that Update Manager won't be triggered. Edit Update Notifier's entry in systemwide autostarts - /etc/xdg/autostart/update-notifier.desktop ( Note that you wont be able to use the Startup Applications app,as it only deals with per-user autostart entries ) and add the following line:
Reboot now, and you'll find that there's no Update Notification.
Disadvantage: This disables automatic Update Notifications altogether.You'll have to manually check for updates(which is fine by me,but may not be for some people)
This option makes the Update Notifier show an Update Indicator in the panel, instead of popping up the Update Manager. I think this should be the default setting for Update Notifier in Ubuntu. To do it:
Graphical Way: Open dconf Editor. Navigate to com->ubuntu->update-notifier. Uncheck the entry auto-launch and close dconf Editor. To recover the Update Manager popup function, simply repeat the above step, but place a check in the auto-launch entry.
Command Way: For the terminal lovers out there, type in these commands to do the same.
and to recover:
These methods were tested and found to be working on Ubuntu 12.04 LTS with update-manager version 0.156.14.11. I got the idea from the post How to Remove The Annoying Update manager Pop-up in Ubuntu Jaunty and simply modified it to work on Ubuntu 12.04 LTS aka Precise Pangolin
In Precise, it is done using dconf now rather than gconf.
Install dconf-tools
$ sudo apt-get install dconf-tools
run dconf-editor and navigate to com > ubuntu > update-notifier.
Tick no-show-notifications
And here's how to do it from the command line:
In order to stop Update Manager from launching:
To activate it again:
Hope it helps ;)
CormiteCormiteEdit /etc/update-manager/release-upgrades and set:
Prompt=never change this with your favorite editor.
Never use update-manager with -d this checks whether the next release is available or not.
