scim for skype(或者其他QT程序)的配置方法 (不需要scim-bridge或者scim-qtimm)
装好scim 1.4.7 之后 在 xinitrc中加入下面内容
# scim setup
export LANG="zh_CN.UTF-8"
export XMODIFIERS=@im=SCIM
export XIM="scim"
export XINPUT="xim"
export XIM_PROGRAM="scim -d"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
scim -d &
我用的是xfce4, xinitrc的位置在 ~/.config/xfce4/xinitrc
Update: 我现在已经放弃scim全面转向使用 ibus /ibus-pinyin了






让scim支持skype (Archlinux) | Bruce Wang - Simple, Love, Courage 18:13 on March 4, 2008 Permalink
[...] Update: 不需要scim-qtimm或者scim-bridge也可以支持skype(qt), 具体配置见这里 [...]