On 10/16/07, Lauri Kasanen <[EMAIL PROTECTED]> wrote: > > Anyway the "preview" button tries to use Evince by default, which I don't > have. > How could I change that to xpdf? Or does the print preview output postscript > by default, so that a ps viewer would have to be used instead?
I believe you can set gtk-print-preview-command in .gtkrc. gtk-print-preview-command = "xpdf %f" As you've found out, the built-in default is "evince --preview %f". -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
