system-config-printer
system-config-printer copied to clipboard
Graphical user interface for CUPS administration
I don't know if I'm reporting this in the right place. I'm a web application developer, so the world of printer drivers and cups is kind of murky to me,...
system-config-printer.py uses many deprecated functions
- [ ] Icon tooltips should include location and/or description - [ ] List view as an alternative to the icon view, with columns for location and description From [rhbz#1223910](https://bugzilla.redhat.com/show_bug.cgi?id=1223910).
This would have been a silent error had I not decided to run the tool from the command line: ``` No ID match for device lpd://BRN30055C147729/BINARY_P1: MFG:Brother;MDL:MFC-7860DW;CMD:PJL,PCL,PCLXL; No ID match...
the settings panel for printers does not scale when resizing the window, see attachement.
Hi, At work when trying to add a KONICA MINOLTA bizhub 223, s-c-p doesn't find the ppd driver while the "KONICA MINOLTA 500/420/360PS(P)" should work for this printer > Next...
I wonder a bit about the different usage of place-holders in [the provided udev rule file](https://github.com/twaugh/system-config-printer/blob/aa74679257e8822f3b855b62d1476933a016f828/udev/70-printers.rules#L1). - Is it important to express that only two characters may follow a known...
Would you like to add more error handling for return values from functions like the following? - [ippNewRequest](https://www.cups.org/documentation.php/doc-2.0/api-httpipp.html#ippNewRequest) ⇒ [find_matching_device_uris](https://github.com/twaugh/system-config-printer/blob/8459b61f069bb6967c0d19e69481074c44d56b94/udev/udev-configure-printer.c#L986) - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html) ⇒ [add_usb_uri_mapping](https://github.com/twaugh/system-config-printer/blob/8459b61f069bb6967c0d19e69481074c44d56b94/udev/udev-configure-printer.c#L242)
When detecting a printer, Add Printer presents a 2-option menu: o HP Scanning & Printing (HPLIP) o USB printer which - when an HP printer is detected - is confusing,...
Currently, there are calls to cups.require() in lots of places, which makes it hard to know which version of pycups is really required. It would be much nicer to just...