From: Rafael A. de <raf...@ic...> - 2003-03-19 14:22:18
|
The cups device for ghostscript is working. If I create a printer file with: gs -sDEVICE=omni -sDeviceName=XMLOmniDevice -sproperties='XMLMasterFile="Epson LQ-570+.xml"' -sOutputFile=temp.lpr ~/unicamp/iniciacao/mad-0.14.2b/libmad/synth.c.ps It will print without problems. But if try to use CUPS with the generated PPD, I found this error in the log file: D [19/Mar/2003:11:11:41 -0300] [Job 135] Error: XMLMasterFile="..." must be specified in the job properties! E [19/Mar/2003:11:11:41 -0300] [Job 135] Fatal error: Creating a new device with "dither=DITHER_STUCKI_DIFFUSION form=FORM_LETTER media=MEDIA_PLAIN orientation="portrait dither=DITHER_STUCKI_DIFFUSION form=na_letter_8.50x11.00in tray=TRAY_REAR_CONTINUOUS media=MEDIA_PLAIN resolution=360x360 printmode=PRINT_MODE_1_ANY bidirectional=true XMLMasterFile="/home/rafael/cvs1/Omni/debian/tmp/usr/share/Epson LQ-570+.xml"" printmode=PRINT_MODE_1_ANY resolution=RESOLUTION_360_X_180 tray=TRAY_REAR" failed It looks like the problem is with nested quotes around XMLMasterFile. Thanks for any help. |