https://bugzilla.novell.com/show_bug.cgi?id=692356 https://bugzilla.novell.com/show_bug.cgi?id=692356#c23 --- Comment #23 from Johannes Meixner <jsmeix@novell.com> 2011-05-26 09:01:03 UTC --- I can reproduce it! What I did on my openSUSE 11.4 x86_64 system: # lpadmin -p rx620 -v file:/tmp/rx620.prn \ -m gutenprint/5.2/C/stp-escp2-rx620.5.2.ppd.gz -E # mv /usr/lib/cups/filter/rastertogutenprint.5.2 \ /usr/lib/cups/filter/rastertogutenprint.5.2.away I created /usr/lib/cups/filter/rastertogutenprint.5.2 anew as: --------------------------------------------------------------- #! /bin/bash set -x cat - >/tmp/rastertogutenprint.stdin exit 0 --------------------------------------------------------------- # chmod a+rx /usr/lib/cups/filter/rastertogutenprint.5.2 # lp -d rx620 a2ps-out.ps # wget http://download.opensuse.org/repositories/home:/jsmeix/openSUSE_11.4/x86_64/... # rpm -Uhv RasterView-1.2.1-3.1.x86_64.rpm # rasterview /tmp/rastertogutenprint.stdin All characters in the word "Hello" are garbled but only the one number "2" in "19 maj 2011" is garbled exactly as Roger Larsson described in comment #11. In particular the latter is strange. Why is only the character for the number "2" in "2011" garbled but not the other characters which seem to be the same font? In contrast when I set in /usr/lib/cups/filter/pstoraster gsopts="-dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dDisableFAPI=true" and do again "lp -d rx620 a2ps-out.ps", then the CUPS raster data in /tmp/rastertogutenprint.stdin look good. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.