This seems to be a bug in the Kyocera PPD files for color printers. 
Those PPD files use both HP's PJL language and Kyocera's Prescribe 
Language in order to preconfigure some printer features without taking
care of proper sequence:

The results in the print data are:
> <ESC>%-123...@pjl
That's OK, this sequence enters PJL

> @PJL JOB NAME = "Tiger_Farbe_PS" DISPLAY = "347 wolfgang Tiger_Farbe_PS"
... and this sets the job name

> !R!CRES;SCRN0;@PJL SET KTRAPPING=2
the !R! sequence switches to Prescribe, but oops, @PJL SET is again a PJL 
command

> RGBL2,0;RGBL0,0;RGBL1,0;HUE0,0;HUE6,0;HUE5,0;HUE1,0;HUE2,0;LGHT1,0;LGHT0,0;HUE4,0;SATU0;
these are some more Prescribe commands, 

> EXIT;<ESC>%-12345X
this leaves Prescribe mode and again explicitly switches t...@pjl

> HUE3,0;@PJL ENTER LANGUAGE=POSTSCRIPT
but, oops, another Prescribe Command "HUE3,0;" has sneaked in here

-- 
Karmic conflict with Kyocera ppd
https://bugs.launchpad.net/bugs/459398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to