#----------------
#modified 6/27/2017
#https://askubuntu.com/questions/676863/how-do-i-get-rid-of-a-ghost-printer-in-gnome/70021
#restart service with; sudo service avahi-daemon restart
enable-dbus=no
#----------------
Update (March 32, 2020): Turned out there were unintended negative consequences with the solution posted above. I accidentally discovered that when I happened to examine the /var/log/syslog file. That file showed two errors related to avahi: "avahi-daemon.service: Failed with result 'timeout'." and "Failed to start Avahi mDNS/DNS-SD Stack.". Removing the line "enable-dbus=no" eliminated those error messages, but the ghost printer, as shown at the top of this page, has returned. I have elected to "live" with the ghost printer over having error messages in the /var/log/syslog file. Sometimes you can't win.
Update (July 7, 2020): Turned out that a modification to the /etc/samba/smb.conf filte resolved the ghost printer issue. Please see this post by altair4: Samba and Mint20, for a full explanation. The short version:
[1] Override the default setting of Samba and reinstate SMB1 ( Samba calls it NT1 ) on all your Linux machines.
Edit /etc/samba/smb.conf and right under the workgroup = WORKGROUP line add these:
Then reboot your box.
No comments:
Post a Comment