cups
cups copied to clipboard
OpenPrinting CUPS Sources
**Before you write the report** Read the [REPORTING_ISSUES.md](https://github.com/OpenPrinting/cups/blob/master/REPORTING_ISSUES.md) file in the main repository and prepare data mentioned there which looks relevant to you issue. **Describe the bug** After cloning cups...
**Describe the bug** IPP drivers for Brother DCP-T430W are broken **To Reproduce** When setting up for Brother Printer DCP-T430W: 1. Set drivers as "Generic: IPP Everywhere". 2. Attempt to print...
EDITED - see the old version in history. Some printers do not take kindly newer PDF versions which results in omitting font characters in the printout. Such jobs print fine...
After updating from Fedora 40 to Fedora 41 I noticed the Gnome printer selection window would often hang (the "force quit or wait" dialog is shown) when selecting a printer....
**Describe the bug** Test suite fails when cups built with gnutls - testjwt crashes due freeing already freed pointer: **To Reproduce** $ ./configure --with-tls=gnutls && make test ``` Running JSON...
Need to have a way to start the OAuth authorization flow and receive the redirection to authorize via OAuth. Probably use a cookie to pass the authorization credentials from a...
Need to support OAuth for shared queues, which means also exporting oauth-authorization-server-uri and oauth-authorization-scopes per-printer, along with auth-info=bearer (attribute and TXT record). Clients need to know to get bearer token...
Forgot to add a way to install X.509 certificate files (PEM encoded) with cups-x509: cups-x509 install SERVER-NAME FILENAME.crt
This PR enhances the packaging process for CUPS by introducing two distinct methods for deployment: 1. **Snapcraft**: Packages CUPS as a [Snap](https://snapcraft.io/cups), already maintained by @tillkamppeter in the [OpenPrinting/cups-snap](https://github.com/OpenPrinting/cups-snap) repository....