Chinaunix首页 | 论坛 | 博客
  • 博客访问: 208821
  • 博文数量: 64
  • 博客积分: 2010
  • 博客等级: 上尉
  • 技术积分: 720
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-25 19:03
文章分类

全部博文(64)

文章存档

2013年(1)

2012年(9)

2011年(25)

2010年(7)

2009年(16)

2008年(6)

分类: LINUX

2009-10-14 09:30:24

1.汉字的显示:

网上的方法是:
在文件/etc/apt/sources.list中加入这两行:
deb ftp://202.203.132.242/Debian/debian sarge main contrib non-free
deb ftp://202.203.132.242/Debian/debian sid main contrib non-free
然后用命令:
apt-get install ttf-arphic-bkai00mp ttf-arphic-gbsn00lp ttf-arphic-gkai00mp ttf-arphic-uming ttf-arphic-ukai

光盘方法:

apt-get install ttf-arphic-*

 

然后dpkg-reconfigure locales配置locale。

 

2.输入法安装及配置:

  apt-get install scim scim-chinese(pinyin) scim-tables-zh scim-gtk2-immodule im-switch等等。

  配置:

设置scim为默认的输入法

$im-switch -s scim -z default
下面这个设置是关键, 它可以解决一些 scim 引起的兼容性问题.

编辑文件:/etc/X11/Xsession.d/95xinput

export

export GTK_IM_MODULE="scim"

scim -d

然后修改文件的权限

$ chmod 755 /etc/X11/Xsession.d/95xinput


 

 

阅读(608) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~