OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
1.1k stars 195 forks source link

AirPrint Color selection not work #1100

Closed sebastianroesner closed 3 days ago

sebastianroesner commented 3 days ago

If i select my Printer via AirPrint and Print a document it will always be printed in Color. The selction on my device does Not work. If i select Color - printed in Color If i selected bw - printed in Color image

Futter Information: I have installed cups in a Debian 12 lxc Container on proxmox. 8.2.2 Cups Version 2.4.2 iOS Version 18.1 Brother HL-4570CDW Printer is added via network.

Everything Else Like Duplex selection or paperformat works Great.

zdohnal commented 3 days ago

It was known issue in the earlier versions of series 2.4.x. Do try the latest version 2.4.11 and see if it is fixed. Other issue might be what color option your application sends - if it sends none, PPD and then server default print-color-mode is applied (in those cases you have to change the print queue default by lpadmin/lpoptions).

Let us know if it works, thank you!

sebastianroesner commented 3 days ago

@zdohnal I have installed cups via "apt install cups". With this method always the version 2.4.2 will be installed on my Debian LXC.

How can I install the newest version?

zdohnal commented 2 days ago

File an issue for your distribution - they will know what patches they apply and they can provide you a testing packages with newer version.