Hello,
I have problems using uim anthy with Qt apps (both qt3.x and qt4.x)
I have uim-qt installed, this is my .xinitrc file:
Code:
GTK_IM_MODULE=uim ; export GTK_IM_MODULE
QT_IM_MODULE=uim ; export QT_IM_MODULE
uim-xim &
XMODIFIERS=@im=uim ; export XMODIFIERS
Does anyone know how to solve this?