summaryrefslogtreecommitdiff
path: root/x11/gtk+3/pkg/README
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk+3/pkg/README')
-rw-r--r--x11/gtk+3/pkg/README45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11/gtk+3/pkg/README b/x11/gtk+3/pkg/README
deleted file mode 100644
index 030b3ec..0000000
--- a/x11/gtk+3/pkg/README
+++ /dev/null
@@ -1,45 +0,0 @@
1+-----------------------------------------------------------------------
2| Running ${PKGSTEM} on OpenBSD
3+-----------------------------------------------------------------------
4
5Themes
6======
7
8Default
9-------
10The default GTK+ theme engine can be modified by editing:
11 ~/.config/gtk-3.0/settings.ini
12and appending a line similar to:
13gtk-theme-name = oxygen-gtk
14
15Extras
16------
17Some themes are available as packages ("gtk3-*-engine").
18
19Sound
20-----
21GTK+ itself does not support event sounds, you have to use a loadable module
22like the one that comes with libcanberra which is loaded automatically when a
23GTK+ application is launched.
24You may want to install the "libcanberra-gtk3" package if you require these.
25
26Printing
27========
28
29Preview
30-------
31By default, GTK+ uses the "evince-previewer" command from the evince package to
32display a "Print Preview". This can be modified by editing:
33 ~/.config/gtk-3.0/settings.ini
34and appending the following line:
35gtk-print-preview-command = epdfview %f
36
37(epdfview can be replaced by any other PDF viewer command like xpdf...)
38
39Note that by default, "evince" will remove the temporary PDF preview
40file (/tmp/previewXXXXXX.pdf) when done, that might not be the case with
41other PDF viewers.
42
43CUPS
44----
45Printing to CUPS requires installing the gtk+3-cups package.