Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 1999 15:29:19 +0800 (CST)
From:      Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12637: ports
Message-ID:  <199907140729.PAA90077@freebsd.sinica.edu.tw>

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

>Number:         12637
>Category:       ports
>Synopsis:       ports
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 14 00:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yuan-Chen Cheng
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
ASCC
>Environment:

FreeBSD 3-2 Stable

>Description:

For multi-byte character, like big5 chinese, user,
it's not hard to make window maker working.
But if we want to change theme, we have to change
some more setting.

With this patch, things will be much easier for us.
Even some font's are missing, window maker still
can go without abnormal exit.

>How-To-Repeat:

Use multi byte character like kcfonts (I have submit
a new version of kcfonts but no one commit it)
you also have to set

MultiByteText = YES

in ~/GNUstep/Defaults/WMGLOBAL

read FAQ.I18N for detail.

>Fix:
	
add patch-bc

This patch won't affect any user who do not use
multi-byte characters.

--- src/defaults.c.orig Tue Jun  1 18:34:40 1999
+++ src/defaults.c      Tue Jul 13 22:33:14 1999
@@ -2116,7 +2116,8 @@
 
     font = WMCreateFont(scr->wmscreen, val);
     if (!font)
-       font = WMCreateFont(scr->wmscreen, "fixed");
+       font = WMCreateFont(scr->wmscreen,
+               "fixed,-default-*--16-*,-default-*,*");
 
     if (!font) {
        wfatal(_("could not load any usable font!!!"));


>Release-Note:
>Audit-Trail:
>Unformatted:
 falut handle of missing font is not good enought for
 Multi-byte characters.
 non-critical
 medium
 ports
 change-request


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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