当前位置: > Linux发行版 > Debian >

debian 6 上安装 fcitx-4.x

时间:2015-10-08 12:13来源:linux.it.net.cn 作者:IT
# vim /etc/apt/sources.list 
    deb http://ftp.cn.debian.org/debian squeeze main non-free contrib 
    deb http://backports.debian.org/debian-backports squeeze-backports main  
# apt-get update 
# apt-get install fcitx 
# apt-get install fcitx-table-wbpy  //安装五笔与拼音的table 
# apt-get install im-switch 
# im-switch -s fcitx -z default   //设置fcitx 为默认的输入法 
或者 
    # im-switch  
    在弹出的对话框中选择 fcitx 
  
# vim ~/.xinitrc 添加 
  export GTK_IM_MODULE=fcitx 
  export XMODIFIERS=@im=fcitx 
  eval `dbus-launch --sh-syntax --exit-with-session` 
  exec fcitx  
# fcitx  //生成配置文件 
# reboot  (责任编辑:IT)
------分隔线----------------------------