ports/55039: Japanese fonts are not visible with mozilla-jlp initially installed

SADA Kenji sada at BSDclub.org
Wed Jul 30 08:00:37 UTC 2003


>Number:         55039
>Category:       ports
>Synopsis:       Japanese fonts are not visible with mozilla-jlp initially installed
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 01:00:34 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     SADA Kenji
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Private
>Environment:

	FreeBSD 4.8-RELEASE i386 + XFree86-4

>Description:

	Since current releases of mozilla use xft at default, so
	Japanese fonts which are set by ja-alias-fonts couldn't be
	showed. You must edit pref.js and disable xft in this case.

>How-To-Repeat:

	Install and run the port without $HOME/.mozilla directory.

>Fix:

Index: files/unix.js
===================================================================
RCS file: /freebsd/ncvs/ports/japanese/mozilla-jlp/files/unix.js,v
retrieving revision 1.18
diff -u -r1.18 unix.js
--- files/unix.js	6 Apr 2003 12:33:24 -0000	1.18
+++ files/unix.js	30 Jul 2003 07:25:29 -0000
@@ -128,6 +128,7 @@
 pref("print.whileInPrintPreview", false);
 
 pref("font.allow_double_byte_special_chars", true);
+pref("fonts.xft.enabled", false);
 // font names
 
 // ar
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list