Peter,

Here's what I did on my Ubuntu 22.04 (Japanese Remix).
$ apt install libsdl2-2.0-0
$ cd ~/Pharo/vms/110-x64/lib/
$ for f in libSDL2*; do cp
/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.18.2 $f; done
Then I launched Pharo 11 from PharoLauncher and I can type Japanese
texts with IM.
I also chose Japanese font to display Japanese letters.
I hope this helps.
---
tomo

2023年5月19日(金) 17:41 peter yoo <onionmi...@gmail.com>:
>
> of course... ~pharo-vm/lib/libSDL2.* libraries relink to system library.
>
> 2023년 5월 19일 (금) 오전 7:34, Tomohiro Oda <tomohiro.tomo....@gmail.com>님이 작성:
>>
>> Peter,
>>
>> Please try setting the env vars SDL_IM_MODULE=fcitx.
>> I haven't tried korean inputs, but I used a japanese input on
>> linux/pharo with a trick. (cf
>> https://github.com/tomooda/PharoIM/issues/11#issuecomment-1042512413 )
>>
>> If you want to use Pharo 10 with input method, please install
>> https://github.com/tomooda/PharoIM .
>> If you use Pharo 11, you don't need PharoIM.
>> ---
>> tomo
>>
>> 2023年5月19日(金) 1:44 peter yoo <onionmi...@gmail.com>:
>> >
>> > Until PHARO 9.0, I had no problem with XIM input on LINUX.
>> >
>> > After a long time, I heard about PHARO 11 and tested it and it doesn't 
>> > accept XIM input. I tested it and it doesn't accept XIM input on PHARO 10 
>> > either.
>> >
>> > * ubuntu 22.04
>> > * linux
>> > * fcitx xim
>> > * korean input
>> >
>> > I'm using this combination, and I'm using pharo-launcher.
>> >
>> > Maybe the community can give me a hint?
>> >
>> > --
>> > http://lookandwalk.com  http://looknw.com | http://onionmixer.net
>> > peter yoo(Jonghwa Yoo). ROK
>
>
>
> --
> http://lookandwalk.com  http://looknw.com | http://onionmixer.net
> peter yoo(Jonghwa Yoo). ROK

Reply via email to