-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 not supported on linux xorg desktop #73
Comments
theme fonts do not support Chinese |
Can you please try specifying the path to a Chinese TTF file in the FYNE_FONT environment variable? Added in change 7d2d312 |
Hi, I have installed the tools you mentioned but I cannot figure how exactly to replicate what you are describing. Locally if I use FYNE_FONT=<a_chinese_font.ttf> fyne_demo with some chinese content it seems to work. Can you try the same and let me know if it's still broken please? |
If you want to enter Chinese on your computer, you will need to use the Chinese input method. |
Ah now I understand - the font is not the issue but we need to understand the input that can come from the XIM (or similar) tool. I have been able to replicate your issue, thanks for the instructions. I see now that we are processing the keystrokes rather than the combined input that should be added. |
Unfortunately we cannot address this for Milestone 1.0. |
I have the same problem, cannot intput chinese |
The upstream issue has been moved to a later release - I don't have any information about when we may be able to resolve this, sorry. |
We are upgrading GLFW to 3.3 in our next major release, but the upstream issue has been moved to 3.4, sorry. We will need to make a plan for how (and when) to better support multi-language, i18n and accessibility. |
You can support fcitx first and then ibus. |
can fix it soon? |
Internationalisation is a very compex topic and is not scheduled for the release we are working on (or the one after that). You can track our roadmap at https://github.com/fyne-io/fyne/wiki/Roadmap |
@andydotxyz please update https://github.com/go-gl/glfw, it update glfw to 3.3.3 and it fix fcitx. |
This is now in release branch |
@andydotxyz update to release/v2.0.x and test fail, wait for next version of glfw. |
Where did you copy the files to? |
@andydotxyz copy from master branch of https://github.com/glfw/glfw I guess fix it by glfw/glfw@44b5d06 I try it later. |
Where did you copy the files to? The commits you link to were added 13 months ago, so it seems unlikely that they are missing in the recent builds... |
@andydotxyz Yes, The commits link to were added 13 months ago. https://github.com/glfw/glfw/blob/3.3.3/src/x11_window.c#L775 glfw/glfw@44b5d06#diff-8c3a21538cd2ef071ab75ebf6ff2693fd14d4167d7096f6d41fd8ce2a0fe54e4L775 |
So you mean that you extracted the GLFW code into |
ibus,fcitx
The text was updated successfully, but these errors were encountered: