edit /etc/profile and add these:

export LANG=en_us.UTF-8
export XMODIFIERS="@im=SCIM"
#export GTK_IM_MODULE=xim
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
export XIM_PROGRAM=SCIM
export XIM=SCIM
export LC_CTYPE="zh_CN.gb2312"


su:scsioffice ~ # export |grep -i scim
declare -x GTK_IM_MODULE="scim"
declare -x QT_IM_MODULE="scim"
declare -x XIM="SCIM"
declare -x XIM_PROGRAM="SCIM"

文章来源:http://www.hesicong.net/pjblog/default.asp?id=124

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-09-30
  • 2021-04-30
  • 2021-11-29
猜你喜欢
  • 2022-01-27
  • 2021-10-10
  • 2021-11-18
  • 2021-07-10
  • 2022-02-23
  • 2021-08-27
相关资源
相似解决方案