-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How about add fcitx or fcitx5 #7
Comments
I will add fcitx5 to the Dockerfile. Please let me know if that works for you. I have no way to test alternate keyboard layouts or input methods. |
It's not work, only install fcitx5. I have tried this way before. apt install -y fcitx5 fcitx5-chinese-addons and the Chinese font apt install -y fonts-wqy-zenhei
echo "LC_ALL=zh_CN.UTF-8" >> /etc/environment && \
echo "LANG=zh_CN.UTF-8" > /etc/locale.conf && \
echo "zh_CN.UTF-8 UTF-8" >> /etc/locale.gen && \
locale-gen I add the Chinese input method like "拼音" on the fcitx5-conf dialog, then I open the firefox, terminal, and tried to input Chinese. there are no input method dialog on the window. maybe I have not active the input method dialog, Could you input English by input method ? This is not a big issue, I can also use English if fcitx5 is not work. |
I have re-opened this issue, as I need to give this more thought. For now, can you build and test this branch? I have added all the above requests and a menu item seen in the picture. |
I saw the dbus-launch fcitx5-config-qt, but every time I open the config dialog, It will show this. close the dialog, and it will be show at the next open. So, I have try to start fcitx5 manually. like execute The second problem is that the Global Options is nothing. usually , If the fcitx5 is running, then reopen the config dialog, it will normally show. |
I am a Chinese, and I need the input method.
I try to install the sogou, but it not work, and I don't know why.
The text was updated successfully, but these errors were encountered: