-
Notifications
You must be signed in to change notification settings - Fork 282
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
Chinese input method don't work on Linux #355
Comments
|
But without much knowledge I'd guess it's a GLFW compatability issue |
Thanks @jld3103 ! I re-get the hover repo, and here's the output:
|
Not sure if it's relevant, I saw these errors when focusing on the text input field:
|
I think we are dependent upon this upstream issue: glfw/glfw#41 |
@pchampio thanks ! So the glfw issues are in 2015 and 2018, the fixes are still not in ? When shall we expect to have the fixes in hover ? |
kovidgoyal has implemented IME in his glfw fork, his fork isn't event with glfw/master, I don't intent to use it. If I knew was IME was and the fact that glfw did not have support for it, I would of chosen another rendering toolkit. Sadly for now we are stuck with GLFW, meaning we get the issues that comes with it..
I have no idea, this question has to be ask at the GLFW maintainers. |
I meet same exactly the same issue as this, input chinese is invisible, all chinese charactor are invisible. any update on this? |
This issue is blocked by: glfw/glfw#658 |
is there exist any fix for some special platform? e.g. Linux? thank you |
Description
I'm on Debian Linux, and use fcitx for typing Chinese (
sudo apt install fcitx-googlepinyin
).But with go-flutter-desktop the Chinese I typed were just omitted, I also see nothing in the terminal output while doing
hover run
.Hover doctor
Seems there's no
hover doctor
command?I ran
hover upgrade
to get the latest version and this problem still exists.The text was updated successfully, but these errors were encountered: