#! /bin/sh
export GTK_IM_MODULE=scim
if [ -e /usr/lib/qt4/plugins/inputmethods/im-scim-bridge.so ]; then
    export QT_IM_MODULE=scim-bridge
fi
