|
发表于 2005-10-17 19:59:40
|
显示全部楼层
1.
配置 locale
dpkg-reconfigure locales
选中 zh_CN.UTF-8 , 默认选 zh_CN.UTF-8
2.
(1) 装输入法
apt-get install fcitx im-switch
(2) 配置
新建文件 /etc/X11/xinit/xinput.d/zh_CN
写入
XIM=fcitx
XIM_PROGRAM=/usr/bin/fcitx
XIM_ARGS=
GTK_IM_MODULE=XIM
DEPENDS=
3.
安装中文字体
apt-get install ttf-arphic-uming |
|