From owner-freebsd-ports Wed Jul 14 0:30: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6294C15303 for ; Wed, 14 Jul 1999 00:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA00491; Wed, 14 Jul 1999 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id AA26E150B7 for ; Wed, 14 Jul 1999 00:23:28 -0700 (PDT) (envelope-from ycheng@freebsd.sinica.edu.tw) Received: (from ycheng@localhost) by freebsd.sinica.edu.tw (8.9.2/8.9.2) id PAA90077; Wed, 14 Jul 1999 15:29:19 +0800 (CST) (envelope-from ycheng) Message-Id: <199907140729.PAA90077@freebsd.sinica.edu.tw> Date: Wed, 14 Jul 1999 15:29:19 +0800 (CST) From: Yuan-Chen Cheng Reply-To: ycheng@ml.tw.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12637: ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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