Comment #4 on issue 1096 by heathross33: ibus cause very high CPU usage in ubuntu 10.10
http://code.google.com/p/ibus/issues/detail?id=1096
Maybe you need to rebuild ibus. I got the experience in Ubuntu 10.10, so I reinstalled ibus-1.3.7 manually. Get "ibus-1.3.7.tar.gz" from http://code.google.com/p/ibus/downloads/list . $ tar zxf ibus-1.3.7.tar.gz $ cd ibus-1.3.7/ $ ./configure --prefix=/usr --libdir=/usr/lib64 $ make -j4 $ sudo make install $ mv ~/.config/ibus/ ~/ibus.bak => reboot -- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
