但更奇怪的就是有时openoffice还能正常进入,几率应该是十次能有一次正常启动进入。

代码: 全选
# im-switch configuration file for scim
# should be installed as /etc/X11/xinit/xinput.d/scim_xim
# this configuration uses XIM
# 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的bug。把输入法配置为xim就可以了。(scim还可用)
解决方法是
$ cd /etc/X11/xinit/xinput.d/
$ sudo ln -s scim_xim zh_CN
OK!
[/code]代码: 全选
# im-switch configuration file for scim # should be installed as /etc/X11/xinit/xinput.d/scim_xim # this configuration uses XIM # 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=