remove SCIM by default. its caused people problems

This commit is contained in:
Dana Jansens 2007-06-10 04:16:36 +00:00
parent ef8bd3947d
commit d89360eb40

View 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