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'
Hi peter
What is xim?
What you should know is that Pharo event / input now is based on SDL 20.
S
> On 18 May 2023, at 18:44, peter yoo wrote:
>
> 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
> X
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://gith