-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiles and Filtering of Detected Printers #416
Comments
@callegar The location and name can be configured through the printer’s web interface. One thing we could do here is add a hyperlink to the printer web page to change the defaults - would require some changes to the way we load the device list but shouldn’t be too bad. GNOME print center will also be adding this functionality for a future version… |
Thanks for the info, being able to change the name can partially help. The biggest issue remains that in certain location (e.g. at a university site) the list of printer grows to > 30, including a lot of printers that are probably misconfigured (or more likely unconfigured) by their owners/administrators so they broadcast their existence on the network even if I do not even know where they are and if they often use other authentication mechanisms to prevent unauthorized people from printing on them. Having a "hide" flag for them (so that they get listed in the settings interfaces, but not in the print dialogs) would be extra useful imho. |
Coincidentally, I had a conversation with a user last week about the issue of hiding (filtering?) printers in a dialog. My thinking was influenced by this thread. cups-browsed has BrowseFilter, which may be of use. |
@michaelrsweet @debiantriage what about adding this functionality into printer profiles? @callegar the future printer profiles functionality can be used for the issue as well - you will be able stop and disable Avahi on your machine and define the printer of your choice in |
@zdohnal |
@zdonal CUPS has long had support for filtering based on the printer-type bits, and we could certainly add a way to hide unwanted printers locally in /etc/cups or ~/.cups. @jsmeix There is currently no way to disable DNS-SD/mDNS at run-time in libcups. Again, we could extend the client.conf syntax to include Browsing options (much like we've had in cupsd.conf). |
Incorporate libcups issue 39 for profiles and filtering. |
In some of the sites in which I happen to work, due to the autodetection of driverless printers, the list of printers becomes huge and hard to deal with (this is also because the names by which the driverless printers are presented are often not easy to associate with the printers locations).
The problem is made worse by the fact that it seems impossible to permanently associate location information to the autodetected printers.
Would be nice to have the possibility of defining patterns to filter out printers that are known to be uninteresting.
The text was updated successfully, but these errors were encountered: