关于 Ubuntu 7.04 EVA 中文输入的问题,终于弄好了! 在中文的官方网站上面有两种的解决方法:
- 1.sudo apt-get install scim-qtimm
- 2.$ sudo gedit /etc/X11/xinit/xinput.d/scim
然后改成这个模样:
# im-switch configuration file for scim
# should be installed as /etc/X11/xinit/xinput.d/scim
# this configuration uses GTK IM module and Qt IM module provided by SCIM
# exported enviroment variables
XMODIFIERS="@im=SCIM"
GTK_IM_MODULE="xim"
QT_IM_MODULE="xim"
# command and arguments to invoke scim
XIM_PROGRAM="/usr/bin/scim"
XIM_ARGS="--daemon"
# package dependency (note that the format used here is not environment
# variable, but some format for libapt-pkg-perl and is parsed by grep,
# so can't be quoted, and no spaces allowed)
DEPENDS=scim-gtk2-immodule,scim-qtimm
重启后便行了,这里补充说明一点:这个文件是只读的,只有所有者root帐号才能编辑
第一个方法,我还没尝试过,反正第二个方法OK了! 以后玩 QQ就不用每次开一个窗口都要用右件选然后再选择输入法了!