[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#712045: ghostscript-cups: colord icc profile not applied



On 06/19/2013 07:02 PM, Till Kamppeter wrote:
> I have applied the two patches now in Ghostscript's upstream GIT
> repository, commit #1b87b820.
> 
> Thank you very much for the bug report and the patches.
> 
>    Till


Hi Till,

Thank you! I just checked the mainsteream git and it seems that the bug
was propagated by copy&paste even further:

l.618   /* support colord and the "color-management=off" option */
l.619   device_inhibited = colord_get_inhibit_for_device_id
(getenv("PRINTER"));

This place should be reworked as well in exactly the same way:

snprintf (tmpstr, sizeof(tmpstr), "cups-%s", getenv("PRINTER"));
device_inhibited = colord_get_inhibit_for_device_id (tmpstr);

Regards,
Alex


Reply to: