diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-13 23:12:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-13 23:12:37 +0800 |
commit | 5d95a52602bf20046742f102fa9afd54405dfb07 (patch) | |
tree | 19979e27b96192dbffcb81c0c7dc8c3e59d3a608 /editors/AbiWord2 | |
parent | 6252e75a79da64fcdf66ddce9920382fe95e04e4 (diff) | |
download | freebsd-ports-gnome-5d95a52602bf20046742f102fa9afd54405dfb07.tar.gz freebsd-ports-gnome-5d95a52602bf20046742f102fa9afd54405dfb07.tar.zst freebsd-ports-gnome-5d95a52602bf20046742f102fa9afd54405dfb07.zip |
Users running AbiWord on a local X server don't need to set FontPath manually,
so that adjust instructions accordingly.
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r-- | editors/AbiWord2/pkg-message | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/editors/AbiWord2/pkg-message b/editors/AbiWord2/pkg-message index 5de823bc5c6b..19078b1c00a6 100644 --- a/editors/AbiWord2/pkg-message +++ b/editors/AbiWord2/pkg-message @@ -1,11 +1,7 @@ In order to use AbiWord, you may have to add one or more lines to your -XF86Config file, usually located in /etc/X11/XF86Config. +XF86Config file, usually located in /etc/X11/XF86Config or /etc/XF86Config. -For any XFree86 version, add the following line to the "Files" section: - - FontPath "${PREFIX}/share/AbiSuite/fonts" - -For XFree86 >= 4, add also the following line to the "Module" section: +For XFree86 >= 4, add the following line to the "Module" section: Load "type1" @@ -14,6 +10,12 @@ For other X servers, please consult your documentation. Also, if you are going to display AbiWord on a remote X server, besides following the instructions above, please make sure that the files in the ${PREFIX}/share/AbiSuite/fonts directory are available to the remote X -server. +server and add the ${PREFIX}/share/AbiSuite/fonts into server's font +path. For XFree86, add the following line to the "Files" section: + + FontPath "${PREFIX}/share/AbiSuite/fonts" + +If you use a different X server, please see its documentation on how to +do this. Finally, re-start your X server. |