cups
cups copied to clipboard
OpenPrinting CUPS Sources
On some quicker machines the print-job operation finishes quicker than we can cancel it in the test - so add job-hold-until job template attribute if the printer supports it, which...
added a separate module to handle avahi discovery calls. Current PR contains implementation added to ippfind utility only. Planning to add to further places after getting this PR reviewed
This mode uses the ^GF ZPL command to directly emit graphics into the printer's raster buffer, rather than storing the page raster into an on-device ZPL graphic, then emitting that...
I am from Lexmark driver development team. Recently we encountered with an issue regarding wrong raster image size from CUPS. We have an entry in our PPD file like "*cupsFilter:...
Printing from Ubuntu 22.04 (cups 2.4.1+patches) on a Brother MFC L6950DW. Printer is autodetected for driverless printing. Unfortunately the print quality is sub-par, almost sure, much worse than what the...
Split out from issue OpenPrinting/cups#340 and issue OpenPrinting/cups#343 as a separate issue: When adding an IPP everywhere printer, via web UI or lpadmin it first appears as a raw printer....
I took this one from https://github.com/apple/cups/issues/6045 . Currently we see an empty template if you go to web interface page for non-existing printer/class f.e. (class ```testclass``` and printer ```testprinter``` don't...
Hello! I'm stuck during setup of printer discovery via unicast DNS-SD. I think this is termed "Wide Area Bonjour" in some contexts. I assumed cups would query avahi for print...
All of these nonfunctional changes were suggested by clang-tidy, especially replacing new with malloc when necessary and doing the appropriate responses instead of just throwing an unhandled error.
When user calls cupsctl, f.e. ```cupsctl --remote-any``` or ```cupsctl --debug-logging```, almost all comments and empty lines removed. Probably ignoring empty lines could be fine, but removing comments IMHO reduces readability.