Created
May 24, 2009 09:18
-
-
Save qiukun/117029 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export XMODIFIERS="@im=SCIM" | |
export XIM=SCIM | |
#Set scim-bridge | |
export XIM_PROGRAM="/usr/bin/scim-bridge" | |
export XIM_ARGS="-n" | |
export GTK_IM_MODULE=scim-bridge | |
export QT4_IM_MODULE=scim-bridge | |
scim -d & | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment