uhuntu五笔输入法fcitx安装

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

 sudo apt-get install fcitx //安装fcitx

 sudo apt-get install fcitx-table-wbpy //安装五笔拼音混合输入的库表

 sudo apt-get install fcitx-table-wubi //安装单独的五笔库表

sudo fcitx-config-gtk //运行图形化配置界面,不能用sudo

并配置默认输入法为fcitx :

im-switch -s fcitx  //不加sudo

二、配置please check your environment varibles.you need to set environment varibles below to make fcitx work correctly.
export XMODIFIERS="@im=fcitx"
export QT_IM MODULE=xim
export GTK_IM_MODULE=xim
you can set those variables in ~/.bashrc or ~/.xprofile三、个性配置
路径在 ~/.config/fcitx/config //若没有即执行fcitx -c


你可能感兴趣的:(Ubuntu,Linux)