remove SCIM by default. its caused people problems
[mikachu/openbox.git] / data / autostart.sh
index f8b804c..4c63520 100644 (file)
@@ -30,11 +30,3 @@ fi
 if which start_kdeinit >/dev/null; then
   LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
 fi
-
-# Support for SCIM
-if which scim >/dev/null; then
-  export XMODIFIERS=@im=SCIM
-  export GTK_IM_MODULE=scim
-  export QT_IM_MODULE=scim
-  scim -d &
-fi