When I try to print from a Gnome application, the print dialog has non-functional printer listed. It is called "duerqxesz5090 -- Basement Utility Room -- Rejecting Jobs". Here is a screenshot of the Gnome print dialog box:
- If I try to select that printer, the application will freeze for minutes or even crash.
- I only get this with Gnome programs (such as gedit or glabels), but not with firefox or libreoffice
- It is possible that it is the remnants of an old printer I did have installed at some point. I did have a printer installed in the basement utility room.
- I'm not using Gnome (I'm using xfce), but I have used Gnome in the past.
- My Ubuntu version is Ubuntu 15.04 (Vivid)
- CUPS doesn't know anything about this ghost printer:
- system-config-printer doesn't know anything about this printer:
How can I find out where this non-existent printer is listed on my system and remove it?
I've tried searching for it in various places, but none of these return any results:
dconf dump / | grep duerqx
sudo grep -r duerqx /etc/
gsettings list-recursively | grep duerqx
/etc/cups/printers.conf
or (shouldn't) in/etc/printcap
. Or if you had gnome before, try to launch/usr/bin/gnome-control-center.real
--- it uses a different (and worse) printer settings program. – Rmano Sep 22 '15 at 07:34/etc/cups/printers.conf
has only an entry for HL4570CDW, same for/etc/printcap
.gnome-control-center.real
has a printers icon in it that launchessystem-config-printer
-- I don't get the "worse" printer settings program. – Stephen Ostermiller Sep 22 '15 at 12:26/etc/cups
folder, reinstalled cups (/etc/cups
is created again) and then added again all my printers with a slightly different name. Now I have both the old and the new printers. The problem is not exactly the same, because I'm using 14.04 and the behaviour is slightly different. The apps won't crash or freeze (but the ghost printers won't work), and the printers are also being showed in Firefox, but not in KDE apps. I'm currently investigating this. – Jorge Suárez de Lis Nov 17 '15 at 15:11