Comment 24 for bug 641056

Revision history for this message
Dave Chiluk (chiluk) wrote :

The im-ibus.so problem is not fixed for me even with the latest packages. Something else must be trying to load the im-ibus.so. 646862 was not any additional help or information.

I ran strace against my application and it looks like gtk.immodules.32 is being checked for and not being found. My guess is that there needs to be a 32-bit version of the immodules. I'm still not sure what is causing this dependency to be needed. I attached the full output of the strace for your perusal as agnout.

access("/usr/lib/gtk-2.0/2.10.0/gtk.immodules.32", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/gtk-2.0/2.10.0/gtk.immodules", O_RDONLY|O_LARGEFILE) = 7