-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Describe the bug
I have an Epson inkjet that can work with Gutenprint or IPP Everywhere. With the Gutenprint driver, adding an ICC profile through colord works normally. When using IPP Everywhere, however, assigning a profile to the auto-generated temporary printer does not work. Cups ends up finding no profile and passing sRGB.icc to the Ghostscript filter command instead. But if I add a permanent queue for the same printer, using the driverless PPD, that one will respect the profile setting.
I also tried this on another driverless-capable printer (Brother laser) and saw that it also appears to ignore the profile when using the temporary queue, but I don't have a log file for this case.
To Reproduce
Steps to reproduce the behavior:
- Start cups with browsed so the temporary driverless queue gets created.
- Assign an ICC profile with colormgr import-profile/device-add-profile.
- Print a document and compare the output to the expected colors.
- Create a permanent queue for the same printer.
- Repeat 2 and 3
Expected behavior
The output from both print queues should use the same ICC profile and appear with identical colors.
System Information:
- OS and its version: Gentoo Linux
- Application: GIMP and Atril (MATE PDF viewer), identical behavior with each
- CUPS version: 2.4.12
Additional context
(somewhat strange backstory: I had the Gutenprint driver manually tuned and profiled due to some significant color accuracy problems like incorrect default ink limits and string color casts (it's a fairly peculiar 6-ink CMYK+red+gray system that AFAIK was only used by two different printer models) but later switched to IPP Everywhere mode once I discovered that was supported since it produces better output out of the box and is also faster. I didn't profile it in this mode at first since the colors were already close enough, and I didn't create a permanent queue since that wasn't strictly necessary either. Recently the printer has inexplicably started printing colors wrong, with too much contrast at the high end or something. It's showing the same behavior with multiple hosts, Linux, Windows, and Android. Gutenprint (which sends print jobs in a completely different low level format) still works normally however, but I haven't tried Windows with the non-IPP Everywhere driver since this started happening. So I made a profile for it in this state but ran into this issue trying to make it work)