sudo pkill ^scim && scim -d && scim-bridge
scim -d -> Run as a daemon. The program will exit and leave a daemon in the background if invoked with this option.
scim-bridge -> another IM client of SCIM. The im-module of scim-bridge communicates with scim via socket
結果還是不太了解他在幹嘛 XD