-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to input Korean on Fedora Linux + Fcitx #100
Comments
Looking at the code, there does not seem to be any IME support for Linux/SDL at all. Upstream trunk recently added SDL2 support. While this does not appear to include any IME support either it may be worth trying out to see if some text entry is possible. |
I have checked (with SDL2) openttd master branch, korean input did not worked ether. |
Could you try the most recent update of the jgrpp-nrt branch? |
Doesn't work ether, can't type in Korean.
|
I was able to get Hangul input working here. |
You may need to build and install libsdl from source to make sure that IME support is included. Edit: Can you update to the most recent commit in the jgrpp-nrt branch and post the output when using the -Z switch. |
Seems still after build & make installing. I'll try building openttd after building sdl later. |
Could try the most recent commit in the jgrpp-nrt branch? |
It works! I could input korean, but still can't switch with Hangul key. Shift+Space switching works.
I didn't needed this to input it. Still getting this warning on terminal when using Hangul key+doesn't change language, maybe SDL problem? or could it be possible to use Hangul key like commit before? (#100 (comment))
|
Can you try the most recent commit? |
Now it works! |
I have built, and ran it.
Using Fedora 31, Fcitx as an input method.
Only able to type in English, other languages (like Korean) was impossible.
(BTW also Copy&Paste was impossible too)
Version of OpenTTD
Tried on 0.31.5 and 0.25.0
Expected result
Input Korean works
Actual result
Koeran input doesn't work. No error message.
Steps to reproduce
First of all, install
fcitx fcitx-hangul
and set it.Installed packages to build
./configure output of 0.31.5
and build it by
make
, run openttd.The text was updated successfully, but these errors were encountered: