Document how to setup a default theme; from Fabian Raetz

While here, sync other text with gtk+2.
This commit is contained in:
ajacoutot 2014-07-21 07:35:57 +00:00
parent 8464f65881
commit 8ef0786368
2 changed files with 15 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.106 2014/05/12 16:09:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.107 2014/07/21 07:35:57 ajacoutot Exp $
SHARED_ONLY= Yes
@ -13,6 +13,8 @@ PKGNAME-main= gtk+3-${GNOME_VERSION}
PKGNAME-cups= gtk+3-cups-${GNOME_VERSION}
PKGNAME-cloudprint= gtk+3-cloudprint-${GNOME_VERSION}
REVISION-main= 0
CATEGORIES= x11 devel
SHARED_LIBS += gdk-3 1200.0 # 1200.0

View File

@ -1,12 +1,20 @@
$OpenBSD: README-main,v 1.2 2013/04/02 10:14:20 ajacoutot Exp $
$OpenBSD: README-main,v 1.3 2014/07/21 07:35:57 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
Default theme
=============
The default GTK+ theme engine can be modified by editing:
~/.config/gtk-3.0/settings.ini
and appending a line similar to:
gtk-theme-name = oxygen-gtk
Some themes are available as packages ("gtk3-*-engine").
Print Preview
=============
By default, GTK+ uses the "evince" command from the evince package to
display a "Print Preview". This can be modified by editing:
~/.config/gtk-3.0/settings.ini
@ -16,5 +24,5 @@ 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.
file (/tmp/previewXXXXX.pdf) when done, that might not be the case with
other PDF viewers.