Created attachment 241899 [details] Patch for print/cups Some users are stuck with grayscale printing because CUPS ignores the "ColorModel" option set by users. The bug has been fixed upstream: * https://github.com/OpenPrinting/cups/pull/417/commits/b0f1a00a02e9f92f8a3c42ec90806ba4e4e532ec "Don't override color settings from print dialog" * https://github.com/OpenPrinting/cups/pull/451/commits/c114e3c9827af77e4574ec92f46ed4688b0a3059 "scheduler/ipp.c: Convert incoming ColorModel attribute" I have attached a patch that contains the two commits above.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=61428d4580e26bfceed1d8fafaa55952510cc07c commit 61428d4580e26bfceed1d8fafaa55952510cc07c Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2023-05-01 12:39:24 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2023-05-01 12:50:50 +0000 print/cups: Fix issues with color printing PR: 271163 print/cups/Makefile | 6 ++++++ print/cups/distinfo | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-)
A commit in branch 2023Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3b2aee9cebf83154300c3859764588e0f708dcf commit a3b2aee9cebf83154300c3859764588e0f708dcf Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2023-05-01 12:39:24 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2023-05-01 13:05:29 +0000 print/cups: Fix issues with color printing PR: 271163 (cherry picked from commit 61428d4580e26bfceed1d8fafaa55952510cc07c) print/cups/Makefile | 6 ++++++ print/cups/distinfo | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-)