From: Dana Jansens Date: Sun, 10 Jun 2007 04:16:36 +0000 (+0000) Subject: remove SCIM by default. its caused people problems X-Git-Tag: release-3.4.3~36^2~254 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d89360eb40314bd360b9700c719beeb751afc513;p=dana%2Fopenbox.git remove SCIM by default. its caused people problems --- diff --git a/data/autostart.sh b/data/autostart.sh index f8b804c6..4c635202 100644 --- a/data/autostart.sh +++ b/data/autostart.sh @@ -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