Hi, Under SuSE 8.1 when I start xcdroast I have no fonts displaed on the gui label/buutons yet when I start it with LANG=turkish xcdroast then everything is visible. toganm@earth:~/hangar> locale LANG=tr_TR.UTF-8 LC_CTYPE="tr_TR.UTF-8" LC_NUMERIC="tr_TR.UTF-8" LC_TIME=POSIX LC_COLLATE=POSIX LC_MONETARY="tr_TR.UTF-8" LC_MESSAGES=en_US LC_PAPER="tr_TR.UTF-8" LC_NAME="tr_TR.UTF-8" LC_ADDRESS="tr_TR.UTF-8" LC_TELEPHONE="tr_TR.UTF-8" LC_MEASUREMENT="tr_TR.UTF-8" LC_IDENTIFICATION="tr_TR.UTF-8" LC_ALL= toganm@earth:~/hangar> cat /etc/SuSE-release SuSE Linux 8.1 (i386) VERSION = 8.1 toganm@earth:~/hangar> xcdroast -h xcdroast [options] (Version: 0.98alpha10) -- Togan Muftuoglu Unofficial SuSE FAQ Maintainer http://dinamizm.ath.cx
* Togan Muftuoglu; <toganm@dinamizm.com> on 21 Nov, 2002 wrote:
Hi,
Under SuSE 8.1 when I start xcdroast I have no fonts displaed on the gui label/buutons yet when I start it with LANG=turkish xcdroast then everything is visible.
I figured it out it is affected by /etc/gtk/gtkrc.tr as it only mentions iso-8859-9 fonts. Copying it to $HOME/.gtkrc and adding one line for iso10646-1 fixed the problem. Note that this may not be necessary when you use KDE but I prefer to use a lightweight and effective one Windowmaker :-) style "gtk-default-tr" { fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-9,\ -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-9,*-r-* \ -*-misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1" } class "GtkWidget" style "gtk-default-tr" -- Togan Muftuoglu Unofficial SuSE FAQ Maintainer http://dinamizm.ath.cx
Togan Muftuoglu <toganm@dinamizm.com> writes:
* Togan Muftuoglu; <toganm@dinamizm.com> on 21 Nov, 2002 wrote:
Hi,
Under SuSE 8.1 when I start xcdroast I have no fonts displaed on the gui label/buutons yet when I start it with LANG=turkish xcdroast then everything is visible.
I figured it out it is affected by /etc/gtk/gtkrc.tr as it only mentions iso-8859-9 fonts. Copying it to $HOME/.gtkrc and adding one line for iso10646-1 fixed the problem. Note that this may not be necessary when you use KDE
As xcdroast is a gtk-1 application, it doesn't matter whether you use KDE or not, you will always have to set suitable fonts either in /etc/gtk/gtkrc* or in ~/.gtkrc. I will add entries for iso10646-1 fonts in the files in /etc/gtk/gtkrc* for the next version of SuSE Linux.
style "gtk-default-tr" { fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-9,\ -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-9,*-r-* \ -*-misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1"
} class "GtkWidget" style "gtk-default-tr"
-- Mike Fabian <mfabian@suse.de> http://www.suse.de/~mfabian 睡眠不足はいい仕事の敵だ。
participants (2)
-
Mike FABIAN
-
Togan Muftuoglu