Can not use ibus-rime well(globally) in Artix 31 July 2023, 04:12:12 Can not use ibus-rime well(globally) in ArtixI installed Artix, but ibus-rime did not work well.I can only input Chinese language in firefox address bar,but can not input Chinese language in terminal/txt/LibreOfficeWriter, etc.Installed method:sudo pacman -Sy ibus-rimesudo nano $HOME/.bashrc#added the below lines and saved:export GTK_IM_MODULE=ibusexport XMODIFIERS=@im=ibusexport QT_IM_MODULE=ibusexport LANG=zh_CN.UTF-8export LANGUAGE=zh_CN:en_USArtix version:artix-community-qt-openrc-20230710-x86_64.isoHow to let ibus-rime input-method work(globally) in terminal/txt/LibreOfficeWriter, etc?Thank you in advance
Re: Can not use ibus-rime well(globally) in Artix Reply #1 – 31 July 2023, 06:44:39 I recommend you to use fcitx5 instead. Checkout here to get how to use it.
Re: Can not use ibus-rime well(globally) in Artix Reply #2 – 01 August 2023, 04:18:34 My question is how to let the Chinese language input method ibus-rime or fcitx5-rime work globally?Hi, thank you for your precious advice.I have already installed fcitx5-rime.I disabled ibus-rime and set fcitx5-rime on, and rebooted.But the same thing happened.I can only use fcitx5-rime to input Chinese language in firefox address bar,can not use fcitx5-rime to input Chinese language in any other place(terminal/txt/LibreOfficeWriter,etc).My question is how to let the Chinese language input method ibus-rime or fcitx5-rime work globally?Thank you all in advance.
Re: Can not use ibus-rime well(globally) in Artix Reply #3 – 01 August 2023, 06:16:13 With little information, nobody can help you. In the link I posted above, there is a section named troubleshooting, and the first subsection of troubleshooting is advising you to run fcitx5-diagnose. So could you please post the output of fcitx5-diagnose? Last Edit: 01 August 2023, 07:16:34 by glgl-schemer
Re: Can not use ibus-rime well(globally) in Artix Reply #4 – 01 August 2023, 13:02:11 Solution: (If there is anything wrong, please let me know. Thank you.)sudo pacman -Sy noto-fonts-cjkthen both ibus-rime or fcitx5-rime can work globally. OK.Now can input Chinese language in anyplace(firefox address bar, terminal/txt/LibreOfficeWriter, etc, and change file names into Chinese language).When choose ibus-rime, fcitx5-input-method must be exited;When choose fcitx5-rime, ibus-panel must be exited.------------------------------------------------------------------------------ibus-rime/ibus-anthy(japanese) work globally:sudo nano $HOME/.bash_profile#added the below lines, commented out fcitx5 settings and saved.export GTK_IM_MODULE=ibusexport XMODIFIERS=@im=ibusexport QT_IM_MODULE=ibusibus-daemon -drxexport LANG=zh_CN.UTF-8export LANGUAGE=zh_CN:en_USsudo ibus-setup#IBus Preferences>Input Method>Add>Chinese>Rime(japanese/anthy) >close.------------------------------------------------------------------------fcitx5-rime/fcitx5-anthy/fcitx5-mozc(japanese) work globally:sudo nano $HOME/.bash_profile or .xprofile#added the below lines, commented out ibus settings and saved.export LANG=zh_CN.UTF-8export LANGUAGE=zh_CN:en_USexport GTK_IM_MODULE=fcitxexport XMODIFIERS=@im=fcitxexport QT_IM_MODULE=fcitxSettings>System Settings>Rejional Settings>Input Method> Add Input Method> search (rime, anthy, mozc) {not choose: Only Show Current Language}, and add> Apply.--------------------------ibus-rime works globally:nano .bash_profile; nano .bashrc/.xprofile will not work globally.fcitx5-rime works globally:nano .bash_profile/.xprofile; nano .bashrc will not work globally. Last Edit: 02 August 2023, 05:18:29 by lucyshaw