What does the warning "QInputContext: no input method context available" mean?
When you start a KDE/Qt app, if you see the following warning:
QInputContext: no input method context available
Then you must use xim as your qt immodule. However, you mis-set your XMODIFIERS variables, it should be:
XMODIFIERS=@im=SCIM
(the last four letters should be capital)