Hi, On Sun, Jun 12, 2016 at 03:20:20PM +0900, Sean Whitton wrote: > Dear Osamu, > > Question is why you ended up with this: > > XMODIFIERS=@im=ibus > > GTK_IM_MODULE=xim > > QT4_IM_MODULE=xim > > QT_IM_MODULE=xim > > > > Did you explicitly select xim via im-config to force using even though > > you have ibus installed and that is default. > > I did not select xim. If I run im-config and select "ibus" rather than > "default", I still get the xim in my *_IM_MODULE env vars. > > If it helps, I installed my desktop by passing desktop=xfce to the > Debian installer. So perhaps something necessary is not getting > installed. However, installing ibus-gtk and ibus-gtk3 manually does not > fix this problem. > > Which X11 package do you think this environment variables problem is a > bug in?
I don't know ... but I have: $ set|grep IM_MODULE CLUTTER_IM_MODULE=ibus GTK_IM_MODULE=ibus QT4_IM_MODULE=ibus QT_IM_MODULE=ibus Please show me: $ dpkg -l ibus-gtk3 Osamu