aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmpatel <smpatel@FreeBSD.org>1996-04-04 08:07:50 +0800
committersmpatel <smpatel@FreeBSD.org>1996-04-04 08:07:50 +0800
commit012f77bb7f350bca2a939bf4701ac8b624a98e19 (patch)
tree19211528336a3962415ed6a61d7e2f4704f4a3ab
parent1eab94848f28cccd48ea750e0fcf2f93462768f6 (diff)
downloadfreebsd-ports-gnome-012f77bb7f350bca2a939bf4701ac8b624a98e19.tar.gz
freebsd-ports-gnome-012f77bb7f350bca2a939bf4701ac8b624a98e19.tar.zst
freebsd-ports-gnome-012f77bb7f350bca2a939bf4701ac8b624a98e19.zip
Add a note about fixing the Java applet display problem that some users
are having with XFree86 servers.
-rw-r--r--www/netscape3/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/netscape3/pkg-descr b/www/netscape3/pkg-descr
index 83a8fd2db890..e0a83b68e9ae 100644
--- a/www/netscape3/pkg-descr
+++ b/www/netscape3/pkg-descr
@@ -1,2 +1,8 @@
This is the netscape web-surfboard. Please read the file
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
+
+Note: If Java applets fail to display. Type this as root:
+ cd /usr/X11R6/lib/X11/fonts/misc
+ /usr/X11R6/bin/mkfontdir
+ chmod 444 fonts.dir
+ And then exit and restart your X server.