首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

ubuntu装配fcitx输入法的设置备忘

2012-07-03 
ubuntu安装fcitx输入法的设置备忘1.安装fcitx输入法apt-get install fcitx2.将fcitx设置为系统启动的默认

ubuntu安装fcitx输入法的设置备忘
1.安装fcitx输入法
  apt-get install fcitx

2.将fcitx设置为系统启动的默认输入法
  a) vi ~/.bashrc
  b) 在.bashrc中添加如下三行代码:
     export GTK_IM_MODULE=fcitx
     export XMODIFIERS=@im=fcitx
     export QT_IM_MODULE=fcitx

3.注销,重新登录,完成设置
  可以编辑~/.fcitx/config和~/.fcitx/profile

热点排行