@MatrixC7
Thanks for the report.
I have reverted only to the fcitx environment of KDE, as some environments did not allow Asian language input when environment variables were present.
In KDE(Wayland), only fcitx has the environment variable set.
Please use KWin VirtualKeyboard for both ibus and fcitx5 in KDE.
I installed and tried Google Chrome(AUR,deb package conversion).
GNOME(Wayland) No environment variables required.
KDE(Wayland) Some environment variables are required. Firefox, Kwrite, Konsole, etc. cannot start IME and input if GTK_IM_MODULE or QT_IM_MODULE is set. Therefore, only the other environment variables have been modified to be set. This modification was made because environment variable settings can be an obstacle.
If you are still having problems, please let me know your specific environment.
Please consider adding the following options to the wayland operation.
By adding this option, even when running Google Chrome in the AUR package with Wayland,
IME activation was performed and Japanese input was possible.
For your reference.
google-chrome --enable-wayland-ime --ozone-platform-hint=auto --wayland-text-input-v3=enable
echo --enable-wayland-ime --ozone-platform-hint=auto --wayland-text-input-v3=enable|xargs -n1| tee -a $HOME/.config/chrome-flags.conf
If this does not bring up the IME, go to chrome://flags, set the flag ozone-platform-hint to auto, enable wayland-text-input-v3, and restart chrome.
references: (Japanese) https://zenn.dev/ikuya/articles/39b03d8485471f https://zenn.dev/compass/articles/e1f4c88e78b721
Pinned Comments
phoepsilonix commented on 2025-01-21 08:32 (UTC)
https://gitlab.manjaro.org/packages/extra/manjaro-asian-input-support/