As oda informed us, the test was conducted as follows.
1. Download libSDL2 from ubuntu repo
2. Newly added --enable-ime --enable-fcitx options to libSDL2 build options as per the link you gave.
3. Build and install libsdl2
4. Run PharoIM's code in playgound in pharo 10. Proceed with input test after = Failed
5. Proceed input test in pharo 11 = Failed
First of all, both pharo10 and pharo11 failed.
When testing, the following content was added to the top of the shell script of ~/PharoLauncher-linux/pharo-vm/pharo.
<code>
SDL_IM_MODULE=fcitx
export SDL_IM_MODULE
</code>
Besides libsdl2 compile, what other parts should I check?
Thanks Tomohiro.
S
> On 19 May 2023, at 00:33, Tomohiro Oda <tomohiro.tomo.oda@gmail.com> wrote:
>
> 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 <onionmixer@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
--