一、安裝和過往的版本類似
1 |
sudo apt-get install fcitx //安裝fcitx |
2 |
sudo apt-get install fcitx-table-wbpy //安裝五筆拼音混合輸入的庫(kù)表 |
3 |
sudo apt-get install fcitx-table-wubi //安裝單獨(dú)的五筆庫(kù)表 |
4 |
sudo fcitx-config-gtk //運(yùn)行圖形化配置界面,不能用 su |
并配置默認(rèn)輸入法為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
三、個(gè)性配置
路徑在 ~/.config/fcitx/config //若沒有即執(zhí)行fcitx -c
|