自己之前写了下  ibus-googlepinyin 绑定,现在把它放入到了 libgooglepinyin 里边
http://code.google.com/p/libgooglepinyin/

各位可以试试在 ibus 使用谷歌拼音

安装

sudo apt-get install cmake build-essential opencc mercurial ibus
> hg clone http://code.google.com/p/libgooglepinyin/
> cd libgooglepinyin
> mkdir build; cd build
> cmake .. -DCMAKE_INSTALL_PREFIX=/usr
> make
> sudo make install


然后在 ibus 里添加就可以了
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110902/a6837b1c/attachment.html>
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

回复