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 -- To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/51c1ae0b.1010...@gmail.com