Plasma 6: IBus Wayland doesn't work in quite a bit of apps, Fcitx5 just never works

For IBus, I selected the “IBus Wayland” virtual keyboard in KDE System Settings, installed ibus-libpinyin, and added ibus-libpinyin to the list of input methods in IBus settings. The input method works in Waterfox (basically Firefox), Betterbird (basically Thunderbird), KDE apps, MusicBrainz Picard, Zed editor, and probably other places. It does not work in Microsoft Edge, Discord (openasar), Code OSS, Wine, and probably other places. I tried setting the three variables (QT, GTK, and X11) only for those apps.

For Fcitx5, I tried both “Fcitx5” and “Fcitx5 Wayland (experimental” virtual keyboards, installed the Chinese addons and a few dictionaries, and added the Chinese layout. The little white rectangle bordered with my accent color that informs me I’ve changed to the Chinese layout shows up, but the input method is as if it’s not there at all.

Any help in solving either of these problems would be greatly appreciated.

@aliu
This method seems to work even in Wayland.

sudo pacman -Sy fcitx5-im fcitx5-chinese-addons fcitx5-configtool
sudo pacman -Sy fcitx5-chinese-addons
sudo pacman -Sy fcitx5-configtool

sudo nano /etc/environment #add 3 lines

 GTK_IM_MODULE=fcitx
 QT_IM_MODULE=fcitx
 XMODIFIERS=@im=fcitx

sudo pacman -S adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts noto-fonts-cjk wqy-microhei wqy-microhei-lite wqy-bitmapfont wqy-zenhei ttf-arphic-ukai ttf-arphic-uming


I ignored this for the time being. Never say never.

I’ve tried that before.

It’s not easy to follow. Do not give up. Where did you get lost?
Do you see the Input Method icon in task bar?
Super+space is effective only when you are in an editor or in browser URL field etc.

I did not get lost.
Yes. I also tried selecting the radio option from the taskbar.

Sorry, communicating in flowery language is not my forte.
有什么问题?( What’s not working?)

I tried everything one more time, and it turns out I confused the “Pinyin” input method with the “Hanyu Pinyin Letters with AltGr dead keys” keyboard layout. Since the video was a bit old and clearly written for Plasma 5 (which Plasma 6—the current version—isn’t too compatible with), I thought that the input method name changed. I was wrong.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.