一、安装和过往的版本类似

1  sudo apt-get install fcitx //安装fcitx
2  sudo apt-get install fcitx-table-wbpy //安装五笔拼音混合输入的库表
3  sudo apt-get install fcitx-table-wubi //安装单独的五笔库表
4 sudo fcitx-config-gtk //运行图形化配置界面,不能用su

 

并配置默认输入法为fcitx :

1 im-switch -s fcitx  //不加sudo

二、配置

please check your environment varibles.

you need to set environment varibles below to make fcitx work correctly.

1 export XMODIFIERS="@im=fcitx"
2 export QT_IM MODULE=xim
3 export GTK_IM_MODULE=xim

you can set those variables in ~/.bashrc or ~/.xprofile

三、个性配置

路径在 ~/.config/fcitx/config //若没有即执行fcitx -c

 http://www.zzs.me/958.html

相关文章:

  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-12
  • 2021-08-31
  • 2021-08-12
  • 2021-09-10
相关资源
相似解决方案