My printers.conf
contains a short list of printers. When I open the Print menu of any application, a longer list of printers is shown. Besides those from printers.conf
, there are some more from our corporate network. Through which mechanism does CUPS find those printers, which configuration files and parameters control this behavior, and how to switch it off?
My PC is fully administered by myself; it's running plain Debian. So the printer list is not pushed by the corporate IT. Rather my PC has retrieved this list from the network - against my intent, by some hidden mechanism.
[cross-posting from Unix&Linux, where there seems to be little interest]
mdns-scan
will help you see "available" services. Can you delete the printers (from yourcupsd
) throughhttp://localhost:631/printers
? NOTE: Do NOT edit/etc/cups/printers.conf
when the CUPS daemon is running (sudo service cups stop
). Readman cups-browsed
andman cups-browsed.conf
. – waltinator Nov 28 '16 at 18:44