[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

solved SCIM problem



Hi all

I have solved the SCIM startup broken problem..
The SCIM cannot startup in .xsession because the SCIM case time to
startup, make sure the SCIM start before your window envirnoment (GNOME,
KDE, etc). So I add sleep 1 after the SCIM execute. The problem solved.
Thanks.

Regards,
cantona


LANG=zh_TW.Big5
LC_ALL=zh_TW.Big5
LC_CTYPE=zh_TW.Big5
KDE_LANG=zh_TW.Big5
XMODIFIERS=@im=SCIM
export LANG LC_ALL LC_CTYPE KDE_LANG XMODIFIERS
exec scim -d &
sleep 1
exec gnome-session



Reply to: