From owner-freebsd-ports Sat Apr 27 12:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA58037B417 for ; Sat, 27 Apr 2002 12:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3RJo1X43355; Sat, 27 Apr 2002 12:50:01 -0700 (PDT) (envelope-from gnats) Received: from mile.nevermind.kiev.ua (freebsddiary.org.ua [213.186.199.26]) by hub.freebsd.org (Postfix) with ESMTP id DC9B737B41C for ; Sat, 27 Apr 2002 12:42:26 -0700 (PDT) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.2) with ESMTP id g3RJg6Ii055921 for ; Sat, 27 Apr 2002 22:42:07 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g3RJg6KL055920; Sat, 27 Apr 2002 22:42:06 +0300 (EEST) Message-Id: <200204271942.g3RJg6KL055920@mile.nevermind.kiev.ua> Date: Sat, 27 Apr 2002 22:42:06 +0300 (EEST) From: Alexandr Kovalenko Reply-To: Alexandr Kovalenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37515: x11/gnomecore: gsm/splash.c uses hard-coded fontset Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37515 >Category: ports >Synopsis: x11/gnomecore: gsm/splash.c uses hard-coded fontset >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 27 12:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 4.5-STABLE i386 >Organization: Net.Style Ltd. >Environment: System: FreeBSD mile.nevermind.kiev.ua 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Apr 21 17:35:04 EEST 2002 root@mile.nevermind.kiev.ua:/usr/obj/usr/src/sys/mile i386 Lastest ports. >Description: File gsm/splash.c of gnomecore package contains hard-coded fontset in it, which does not contain all of encodings, that's why gnome startup splashscreen looks very wierd. http://office.netstyle.com.ua/gnomesplash.jpg (text at the bottom) I've fixed this for myself by adding x11/gnomecore/files/patch-gsm::splash.c patch with following content. It is only temporary fix, I think this font should be user-configurable. --- gsm/splash.c.orig Sat Apr 27 22:13:32 2002 +++ gsm/splash.c Sat Apr 27 22:14:49 2002 @@ -470,7 +470,7 @@ "text", _("Starting GNOME"), "x", (gdouble)(width / 2), "y", (gdouble)(height - 7.5), - "fontset", _("-adobe-helvetica-medium-r-normal-*-8-*-*-*-p-*-*-*"), + "fontset", _("-monotype-arial-medium-r-normal-*-9-*-*-*-p-*-koi8-u"), "anchor", GTK_ANCHOR_CENTER, "fill_color", "white", NULL); >How-To-Repeat: cd /usr/ports/x11/gnomecore; make patch look at work/*/gsm/splash.c >Fix: Only temporary, and only for koi8-u (or any other): --- gsm/splash.c.orig Sat Apr 27 22:13:32 2002 +++ gsm/splash.c Sat Apr 27 22:14:49 2002 @@ -470,7 +470,7 @@ "text", _("Starting GNOME"), "x", (gdouble)(width / 2), "y", (gdouble)(height - 7.5), - "fontset", _("-adobe-helvetica-medium-r-normal-*-8-*-*-*-p-*-*-*"), + "fontset", _("-monotype-arial-medium-r-normal-*-9-*-*-*-p-*-koi8-u"), "anchor", GTK_ANCHOR_CENTER, "fill_color", "white", NULL); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message