Hi, I'm Using Zaurus C1000 with Angstrom.
When I use Angstrom only for English environment, there's no ploblem,
but when I install 'Korean Locale', I can't use some gtk programs like dillo, xmms.
I think they're based on GTK 1.x, But I'm not sure why.
The Error is : "Gdk ERROR : Undefined Font Type, Aborting.."
I installed these packages for locale -
glibc-binary-localdedata-ko-kr
glibc-binary-localdedata-ko-kr.euckr
And using nabi(xim) for input method.
in addition, I installed a korean fonts, too.
And It's some of my startx script-
#/bin/sh
DISPLAY="localhost:0"
LANG=ko_KR.utf8
LC_ALL=ko_KR.utf8
XMODIFIERS="@im=nabi"
XIM="nabi"
GTK_IM_MODULE="xim"
export DISPLAY LANG LC_ALL
export XMODIFIERS XIM GTK_IM_MODULE
Xfbdev-screen 480x640@270 &
sleep 3
nabi &
Is there any problem with them?
I googled that 'undefined font type' error, but I couldn't find solution about it.
How can I solve the problem?
+++++ P.S++++++
I found some info about that error at Japan Debian User Group. They said when they installed libc6 2.1.3-4 version. they couldn't use japanese locale.
Is it's problem for libc6?
I want to test, but I can't get another version of libc6 at angstrom feed. Angstrom feed have only 2.5-r6 version.