![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
SuSE Linux: Version 6.1
Printing with apsfilter and DeskJet GDI printers (710/720, 820,
1000) does not function properly.
One of the "File-Descriptors" refers to the wrong file, and the print job is sent to the log file ;-(
Fortunately the solution is easy: Two lines (approx 677/678) in the file
/var/lib/apsfilter/apsfilter must be modified. The following lines:
OUTPIPE="$HAVE_PBMTOPPA -v ${PRINTER#ppa}"
[ $bypass -ge 1 ] && $OUTPIPE="$OUTPIPE|$PRINT_RAW"
Should be changed to:
OUTPIPE="$HAVE_PBMTOPPA -v ${PRINTER#ppa}|$PRINT_RAW"
Here is the patch:
@@ -676,8 +679,7 @@
HAVE_GS="$HAVE_GS -sDEVICE=pbm ${GS_RESOL}"
#
findfilter pbm2ppa PBMTOPPA
- OUTPIPE="$HAVE_PBMTOPPA -v ${PRINTER#ppa}"
- [ $bypass -ge 1 ] && $OUTPIPE="$OUTPIPE|$PRINT_RAW"
+ OUTPIPE="$HAVE_PBMTOPPA -v ${PRINTER#ppa}|$PRINT_RAW"
#
;;
*) # PRINTER = ghostscript device
![]()
See also:
GDI printer
Printer : checklist![]()
Keywords: 6.1, DESKJET, 720, 820, 1000, GDI, APSFILTER, PRINTING, PPA, PBM2PPA
![]()
Categories:
Printer
![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch