Scim

scim@slackware-current

Use scim-bridge to replace scim as GTK im module, witch is written in pure C.

Global Settings

Put the following lines into /etc/gtk-2.0/gtk.immodules

"/usr/lib/gtk-2.0/immodules/im-scim-bridge.so"
"scim-bridge" "SCIM" "gtk20" "/usr/share/locale” "en:zh:ko:ja:th”

Local Settings:

Setting and starting scim, put the following lines to ~/.xinitrc:

if [ -x /usr/bin/scim ]; then 
    #export LANG=zh_CN.utf8
    echo "Setting and starting SCIM: scim -d"
    export GTK_IM_MODULE="scim-bridge"
    export XMODIFIERS="@im=SCIM"
    scim -d
fi

Debug options

/usr/lib/scim-1.0/scim-launcher -c simple -e all -f socket --no-stay
#/usr/lib/scim-1.0/scim-launcher -c socket -e socket -f x11
/usr/lib/scim-1.0/scim-helper-manager
/usr/lib/scim-1.0/scim-panel-gtk --display :0.0 -c socket --no-stay
page_revision: 2, last_edited: 1206935516|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License