Author Topic: An Error In Angstrom While Using Gtk Applications.  (Read 4481 times)

expertin

  • Newbie
  • *
  • Posts: 4
    • View Profile
An Error In Angstrom While Using Gtk Applications.
« on: August 17, 2007, 07:54:21 pm »
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.
« Last Edit: August 17, 2007, 08:36:11 pm by expertin »

expertin

  • Newbie
  • *
  • Posts: 4
    • View Profile
An Error In Angstrom While Using Gtk Applications.
« Reply #1 on: August 25, 2007, 03:21:02 am »
Quote
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.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=166387\"][{POST_SNAPBACK}][/a][/div]



Now, I reply to myself.
I changed glib and gtk+-1.2 packages. and I solved the problem.
I get these packages from "Debian EABI" packages. Wow~! HOW AMAZING!
MY Angstrom now supports KOREAN PERFECTLY!!~!~