Fiery Driver Updater Uninstall

Posted on  by  admin

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 Castro
37.7k108 gold badges426 silver badges624 bronze badges
Devon GarberDevon Garber

7 Answers

This may work for you. I haven't verified if it works in GNOME.

  • Open the Software Sources application.
  • Select the 'Updates' tab.
  • For the 'Automatically check for updates' option, select Never.

After this, you will have to open the Update Manager application manually.

Fiery Printer Driver Updater Module Popup

Jjed
10.9k9 gold badges59 silver badges89 bronze badges
Ryan McClureRyan McClure
3,3989 gold badges35 silver badges64 bronze badges

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:

  1. Open a terminal
  2. Move to the autostart directory (cd /etc/xdg/autostart) and list the files there (ls).
  3. Find the startup program you want to run (in our case update-notifier.desktop) and open it in an editor (gksudo gedit update-notifier.desktop). Enter your password if necessary.
  4. Be careful not to change anything except this line. Find this line:
    NoDisplay=true
    and change it to:
    NoDisplay=false
  5. Save the file and exit.
  6. Reboot to make sure it worked.
KevinKevin

The 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:

Method 1 - Disable Update Notifier from autostart

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)

Method 2 - Show Update Indicator

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

HEXcubeHEXcube

In Precise, it is done using dconf now rather than gconf.

  1. Install dconf-tools

    $ sudo apt-get install dconf-tools

  2. run dconf-editor and navigate to com > ubuntu > update-notifier.

  3. Tick no-show-notifications

And here's how to do it from the command line:

BryceBryce

In order to stop Update Manager from launching:

To activate it again:

Hope it helps ;)

CormiteCormite
1011 gold badge2 silver badges11 bronze badges

Edit /etc/update-manager/release-upgrades and set:

Turn Off Fiery Driver Updater

Prompt=never change this with your favorite editor.

Never use update-manager with -d this checks whether the next release is available or not.

Akshay PatilAkshay Patil

Xerox Fiery Driver

PantherPanther
81.9k14 gold badges162 silver badges263 bronze badges
Fiery Driver Updater Uninstall

Not the answer you're looking for? Browse other questions tagged update-manager or ask your own question.

Coments are closed
Scroll to top