#878664 Printing pdf files from gv does not work

Package:
gv
Source:
gv
Description:
PostScript and PDF viewer for X
Submitter:
Joerg Dorchain
Date:
2017-10-15 14:48:04 UTC
Severity:
normal
#878664#5
Date:
2017-10-15 14:30:39 UTC
From:
To:
Hello,

viewing a pdf file with gv works fine. However, printing from the
menu via the print function fails.

On stderr, there is a message "pswrite: unknown device". In fact,
in the underlying gs command this device has been replaced by
ps2write.

Replacing pswrite by ps2write in src/Makefile.am is sufficient
to make printing work again.

Thanks for patching.

Bye,

Joerg