Date: Mon, 17 Apr 2000 17:31:21 +0400 (MSD) From: Dmitry Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18054: gtk i18n broken. Message-ID: <200004171331.RAA60736@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 18054 >Category: ports >Synopsis: gtk i18n broken. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 17 06:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: gtk-1.2.7 >Description: GTK version 1.2.7 has one serious bug, affecting all programs, using GTK library and non-english fonts. This bug prevents ALL gtk-based programs to render national language fonts. >How-To-Repeat: >Fix: Please apply this patch to gtk/gtkrc.ru file. It seems that similar patch should be applied to ALL OTHERS gtkrc.[LANG] files as well. --- gtkrc.ru.orig Mon Apr 17 17:28:43 2000 +++ gtkrc.ru Mon Apr 17 17:26:58 2000 @@ -1,7 +1,7 @@ style "gtk-default-ru" { fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\ - -*-adobe-medium-r-normal--12-*-*-*-*-*-iso8859-1,\" - -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\" + -*-adobe-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ + -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r" } class "GtkWidget" style "gtk-default-ru" >Release-Note: >Audit-Trail: >Unformatted: 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?200004171331.RAA60736>