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
This entry was posted on Tuesday, March 4th, 2008 at 17:46 and is filed under archlinux. Find similar posts by selecting any of the following tags: linux, qt, scim, skype, 中文输入. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
on March 4, 2008 at 18:13 让scim支持skype (Archlinux) | Bruce Wang - Simple, Love, Courage wrote:
[...] Update: 不需要scim-qtimm或者scim-bridge也可以支持skype(qt), 具体配置见这里 [...]