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

Linux 装配 fcitx

2012-09-11 
Linux 安装 fcitxLinux 中文显示乱码,就要安装下面两个包#rpm -ivh fonts-chinese-3.02-9.6.el5.noarch.rp

Linux 安装 fcitx
Linux 中文显示乱码,就要安装下面两个包
#rpm -ivh fonts-chinese-3.02-9.6.el5.noarch.rpm 
#rpm -ivh fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm


后安装 fcitx
[root@localhost beinan]# tar jxvf fcitx-3.2-050827.tar.bz2
[root@localhost beinan]# cd fcitx
[root@localhost fcitx-3.1.1]# ./configure
[root@localhost fcitx-3.1.1]# make
[root@localhost fcitx-3.1.1]# make install


再进行配置


1.vi ~/.i18n
只加一行:

LC_ALL="zh_CN.GB18030"

2.source ~/.i18n

3.重启X.

4.检查一下:
  $locale
  看看是否有
  LANG="zh_CN.GB18030"
5.$ startx
6.(如果fcitx没有启动的话)
   在xterm下启动fcitx.

再输入

在   /etc/bashrc里面加 
  
  export   XIM=fcitx 
  export   XIM_PROGRAM=fcitx 
  export   XMODIFIERS="@im=fcitx"  

热点排行
Bad Request.