openbsd-ports/x11/gtk+2/pkg/README-main
2013-04-02 10:14:20 +00:00

21 lines
724 B
Plaintext

$OpenBSD: README-main,v 1.2 2013/04/02 10:14:20 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
Print Preview
=============
By default, GTK+ uses the "evince" command from the evince package to
display a "Print Preview". This can be modified by editing:
~/.gtkrc-2.0
and appending the following line:
gtk-print-preview-command = "epdfview %f"
(epdfview can be replaced by any other PDF viewer command like xpdf...)
Note that by default, "evince" will remove the temporary PDF preview
file (/tmp/previewXXXXX.pdf) which might not be the case with other PDF
viewers.