|
|

楼主 |
发表于 2007-11-3 09:19:35
|
显示全部楼层
Post by LaoLiulaoliu
按2楼说的加QT_IM_MODULE=scim到~/.bashrc试试
cat .bashrc
# /etc/skel/.bashrc
#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
# that can't tolerate any output. So make sure this doesn't display
# anything or bad things will happen !
# Test for an interactive shell. There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
export XMODIFIERS=@im=SCIM
export QT_IM_MODULE=scim
export GTK_IM_MODULE=scim
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
return
fi
# Put your fun stuff here
cat .xinitrc
LANG="zh_CN.UTF-8" scim -d
#export QT_IM_MODULE=xim
export XMODIFIERS=@im=SCIM
export QT_IM_MODULE=scim
export GTK_IM_MODULE=scim
exec startkde |
|