Hi and welcome to the forum
Please use a translator like google if you are unable to post in English, so others can understand you better and thus provide help…
Here is the translation of his post:
Has anyone encountered a similar problem? ?
Under the use of fcitx5, neither line nor notepad++ can use Ctrl + Space to switch input methods, let alone typing. This should not be a manjaro problem but a kde problem, because I used the xfce version before without problems. Or is it faster to just give up plasma and use gnome? ? Is there a conflict between kde and xim? ? thanks
First @TriMoon thank for your kindness
Oh! It turns out lzh_TW locale makes wine application not compatible with fcitx5 in order to type chinese, so you have to export LC_ALL=en_US.utf8 to change environment variable in order to use it. The wierdest part is that before I used Manjaro in xfce version without this locale issue(linux mint cinnamon as well). Just wonder how plasma desktop interact with input methods. It treats input methods and locale slightly different than other DE
P.S. I’m in Trust Level 1 no picture can be uploaded
Then you should also be able to start your wine like this:
LC_ALL=en_US.utf8 /usr/bin/wine
In other words just place that environment variable assignment on same line as the command you execute separated by a space, this will set that environment variable only for that command, no need to export it in your account profile configs… (Like ~/.zshrc and the like)
After testing in virtualbox and main machine I know that kde plamsa don’t integrate locale greatly.First, If locale already set in zh_TW.utf8 (utf8 is crucial for fcitx5 to work) when installing manjaro , It works out of the box. My main machine use lzh_TW when install so it not works.Besides,kde desktop UI not respond and change after changing locale and restart.
We need to delete the
/home/.config/plasma-localerc
that holds the desktop language config manually for me which told from archwiki, and then restart. It’s annoying that changing locale or language in setting manager or plasma setting doesn’t affect kde desktop immediately
OH! I just found that lzh_TW means Classical Chinese, no wonder it not works out of the box. Thus, I think the calamares installer should pair Taipei,Taiwan with locale zh_TW.utf8
It is mentioned on line 334 inside /etc/locale.gen, you need to un-comment the line(s) you want and follow the instructions on the top of that file, eg. run locale-gen
See: Locale - ArchWiki