Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2003 16:52:06 +0900
From:      SADA Kenji <sada@BSDclub.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sada@BSDclub.org
Subject:   ports/55039: Japanese fonts are not visible with mozilla-jlp initially installed
Message-ID:  <20030730165206.1f1e2c94.sada@BSDclub.org>
Resent-Message-ID: <200307300800.h6U80YCo075995@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030730165206.1f1e2c94.sada>