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