Comment 7 for bug 513690

Revision history for this message
Arne Christensen (arne-christensen) wrote :

Thanks for taking the time to investigate this!
However the fixed foomatic-rip from karmic-proposed makes no difference, I still get only the first page (I DID remember to undo my changes to /etc/cups/printers.conf for this test).

I have made another test, snatching the input and output to/from foomatic-rip by renaming it and replacing it with a small script:

#!/bin/bash
echo "$*" >> /tmp/foo.log
env >> /tmp/foo.log
tee /tmp/foo-in.ps | /usr/bin/foomatic-rip-orig "$@" | tee /tmp/foo-out.ps

See the attached foo.log, foo-in.ps and foo-out.ps
Interestingly, while viewing with "gs foo-in.ps" is very quick and opens a reasonably sized window with the result, doing the same for the foo-out.ps file is a very slow thing and produces very large-size output.