https://bugzilla.novell.com/show_bug.cgi?id=353251 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=353251#c19 --- Comment #19 from Mike Fabian <mfabian@novell.com> 2008-02-08 04:31:36 MST --- Deleting the libstdc++ which comes with acroread makes it work: mfabian@magellan:/tmp/bnc/bnc275088$ sudo mv /usr/lib/Adobe/Reader8/Reader/intellinux/lib/libstdc++* /tmp mfabian@magellan:/tmp/bnc/bnc275088$ GTK_IM_MODULE=scim LC_ALL=zh_CN.UTF-8 strace -f -eopen acroread 2>&1 | grep immodules open("/etc/gtk-2.0/gtk.immodules", O_RDONLY|O_LARGEFILE) = 4 open("/usr/lib/gtk-2.0/immodules/im-scim.so", O_RDONLY) = 4 open("/usr/lib/gtk-2.0/immodules/im-scim.so", O_RDONLY) = 4 open("/usr/lib/gtk-2.0/immodules/im-scim.so", O_RDONLY) = 4 open("/usr/lib/gtk-2.0/immodules/im-scim.so", O_RDONLY) = 4 mfabian@magellan:/tmp/bnc/bnc275088$ Now the "scim" module loads and Chinese/Japanese input works in acroead. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.