安装可能需要 archlinuxcn 的源,我这里已经配置好了

一、安装 fcitx fcitx-configtool fcitx-im

pacman -S fcitx fcitx-configtool fcitx-im

  

二、在 ~/.xprofile 文件中添加以下内容

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFFIERS="@im=fcitx"
fcitx -d -r --enable sogou-qimpanel

 

三、在 /etc/environment 文件中加入以下内容

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

相关文章:

  • 2022-01-20
  • 2021-08-11
  • 2021-04-12
  • 2021-07-13
  • 2021-11-25
猜你喜欢
  • 2021-10-08
  • 2021-12-05
  • 2021-12-16
  • 2021-06-13
  • 2021-12-25
  • 2022-01-15
  • 2021-06-27
相关资源
相似解决方案