-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Can not change IME on Ubuntu 16.04 #7106
Comments
I've seen this before, but don' t have the slightest clue why it happens On Sun, Nov 13, 2016 at 11:44 AM, volzhs [email protected] wrote:
|
I just read #5158, and I tried to run with |
@volzhs What about running it with an absolute path to the binary? |
@bojidar-bg it's same. I have this problem with Krita(.appimage) too. |
@volzhs Hm, that's strange, I can't confirm it on my arch linux when running it from |
maybe. I've tried several ways to configure IME, but not good so far. :( |
As discussed on IRC with @hpvb, the issue might be due to some locales that do not allow not to have an input method defined, so our call to So a potential solution would be to find the X11 calls that can list the valid |
I seem to get this issue as well on Ubuntu 16.04. (godot 2.1.2-stable) |
What's your usual XMODIFIERS env var when not overridden? |
|
in my test, |
I think having proper IME support will likely be way more complex than just fixing the parsing of XMODIFIERS. But that's a first step. |
Workaround for supporting input method frameworks like SCIM, IBus, Fcitx, etc. The locale is set when the application starts. Workaround for input when the input context within the specified input method is not available.
it's fixed by 41029eb. |
I wish 2.1.x has this fix too. 😄 |
…otengine#7106 godotengine#9381): Check each event in the queue to send echo event even if IME is activated.
Request detectable auto-repeat (Require XKB extension) to support echo events and IME at the same time. Fixes godotengine#29, godotengine#7106 and godotengine#9381.
Workaround for supporting input method frameworks like SCIM, IBus, Fcitx, etc. The locale is set when the application starts. Workaround for input when the input context within the specified input method is not available.
Operating system or device - Godot version:
Ubuntu 16.04, master head (c93c2a6)
Issue description (what happened, and what was expected):
I got error when run editor or game.
comes from https://github.com/godotengine/godot/blob/master/platform/x11/os_x11.cpp#L118-L121
The text was updated successfully, but these errors were encountered: