How to enable fcitx-mozc on Manjaro Linux 18.1.0 KDE Edition
Execute these commands to install the packages.
$ sudo pacman -S --needed qt5-translations
$ sudo pacman -S fcitx-mozc fcitx-gtk2 fcitx-gtk3 fcitx-qt5 kcm-fcitx
Then, open two files /etc/environment and ~/.pam_environment. Write these six lines on each file and save it.
LANG=en_US.UTF-8
XMODIFIERS=@im=fcitx
XMODIFIER=@im=fcitx
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
DefaultIMModule=fcitx
Then, re login.
By the way, the files ~/.xprofile, ~/.profile, ~/.bashrc, and ~/.xinitrc aren't needed to have any line of the six lines.
/icons/hr.icon