Comment 9 for bug 133249

Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote : Re: No print image of .eps graphics in .dvi files when path to the .eps file is not the current directory

To rule out a driver issue, do you have the same problem with a raw queue printer?

Proceed as following to set up a raw queue printer:
1. Edit /etc/cups/cupsd.conf and activate the FileDevice directive so that it reads FileDevice Yes (without the "#" in the beginning).
2. Then restart the CUPS daemon:
$ sudo /etc/init.d/cupsys restart
3. Set up printer queue:
$ lpadmin -p tofile -E -v file:/tmp/printout
4. Print the problem document from kile using the raw queue printer
5. View /tmp/printout with you favorite PostScript viewer.