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