Also:
It looks like these errors are being generated by code in R for dealing with 
non-european languages. Here is the code triggering your bug Stefano: the call 
to open an X input method(XOpenIM) is failing for some reason.

if(mbcslocale) {
        ioim = XOpenIM(iodisplay, NULL, NULL, NULL);
        if(!ioim) {
            XDestroyWindow(iodisplay, DE->iowindow);
            XCloseDisplay(iodisplay);
            warning("unable to open X Input Method");
            return TRUE;
        }

(from https://svn.r-project.org/R/trunk/src/modules/X11/dataentry.c)

I hope that if you can provide the information about your input methods,
somebody who knows more about R and CJK will be able to help.

-- 
unable to open X Input Method
https://launchpad.net/bugs/48168

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to