Comment 12 for bug 716314

Revision history for this message
Nobuto Murata (nobuto) wrote : Re: [Natty Alpha2] no ibus input method is registered after fresh install

>> I'd be very much appreciated if you could check if the 1-line patch in the comment #2 can fix the original problem.
>
>It seems not to fix this issue.

I tested this in LiveCD environment for easy testing. Then failed.
But in full installed environment, your fix works fine.

I found differences between LiveCD and full-installed.
  LiveCD: segmentation fault during ibus installation and the fix does not work
    `locale` output - http://paste.ubuntu.com/565941/
    LANGUAGE=ja_JP.UTF-8:ja:en_GB:en

  full-installed: no segmentation fault and the fix works fine
    `locale` output - http://paste.ubuntu.com/565944/
    LANGUAGE=ja_JP:ja_JP.UTF-8:ja:en_GB:en

Just for your information, UTF-8 vs utf8 issue is discussed in Bug #666565.