1、更新源:
从下列地址下载源的文件列表:http://debian.cn99.com/sources.list.etch
2.打开:/etc/apt/sources.list,把sources.list.etch内容复制到sources.list中
3.使源生效:apt-get update
4、安装fcitx:apt-get install fcitx
5、创建文件:/etc/X11/Xsession.d/95im_init
export LANG=zh_CN.UTF-8
export LC_CTYPE=zh_CN.UTF-8
export XMODIFIERS=@im=fcitx
fcitx &
6、好了,接下来Ctrl+Alt+backspace重新启动X。菜单已变成中文,fcitx图标出现。任意打开一个可以输入的地方,按下 ctrl+space激活中文输入法便可以输入中文。
ustcjuncheng 于 2008-10-04 16:53:53发表:
用此方法貌似还是会有些问题,虽然打开了fcitx,但是在gedit中没法输入中文?何故?麻烦帮忙解释!