Thank you, it works. I just had to add export XMODIFIERS=@im=kinput2" to your script. Without Japanese menus and text were ok, but kinput still didn't work. But now everything ist ok.
By the way I don't start kinut in the script because it's already running Thanks again Gerhard Schuck [EMAIL PROTECTED] 2001年11月28日(水)の23時30分に Stuart Luppescu 曰く: > On 火, 2001-11-27 at 19:53, Gerhard Schuck wrote: > > Am Die, 2001-11-27 um 18.48 schrieb Erik Bågfors: > > > On Tue, 2001-11-27 at 07:45, Gerhard Schuck wrote: > > > > Hi, > > > > > > > > How can I get japanese input working for mails in evolution? Usually I > > > > start an application with a script like this one (for sylpheed): > > > > > > > > > > > > export LANG=ja_JP > > > > export LC_CTYPE=ja_JP > > > > export XMODIFIERS="@im=kinput2" > > > > export LANGUAGE=en_US > > > > sylpheed > > Don't you run kinput before sylpheed? > > > > > Then I have english menus and japanese input with kinput2 is working. > > > > But with evolution the menus are still german and japanese input doesn't > > > > work. > > > > > > > > Im using evolution RC 2, gnome-control-center 1.5.9 on icewm-gnome (but > > > > without gnome or gnome-panel running). > > > > > > > > > > Make sure you restart oaf after you set these environment variables. > > > evolution is using lot's of components and some of them might have the > > > old locale-settings since they are started by oaf and it might still > > > have the old settings. > > > > Unfortunately it doesn't work. I did oaf-slay and killev. Still the same > > problem. I think there are at least two problems: kinput (the Japanese > > input method) doesn't work. And, independent from that, Japanese fonts > > are not configured correctly. Where can I do that? In gnome control > > center I don't find anything about fonts, nor in evolution. By the way I > > also can't read Japanese mail, although choosing the correct coding. > > That seems to be a font configuration problem. But it's not the problem > > that I don't have the fonts available! In sylpheed, mozilla and a lot of > > other applications display and input of Japanese text works fine. > > Here's how I run evo. It worked fine for me right off the bat: > > #!/bin/bash > killev > oaf-slay > LANG=ja_JP.ujis > LC_ALL=ja_JP.ujis > LINGUAS="ja_JP.ujis" > LESSCHARSET=japanese > export LANG LC_ALL LINGUAS LESSCHARSET > kinput2 -canna& > evolution > > -- > ______________________________________________________________________ > Stuart Luppescu -=-=- University of Chicago > 才文と智奈美の父 -=- [EMAIL PROTECTED] > http://www.consortium-chicago.org/people/sl.html > http://musuko.uchicago.edu/pubkey.asc for PGP Public Key > ICQ #21172047 AIM: psycho7070 _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
