|
Ubuntu
install ibus on Ubuntu
Featured IBus 1.3$ sudo add-apt-repository ppa:shawn-p-huang/ppa $ sudo apt-get update $ sudo apt-get install ibus-gtk ibus-qt4 ibus-pinyin ibus-pinyin-db-open-phrase or $ sudo apt-get upgrade $ im-switch -s ibus Logout and re-login IBus 1.2
IBus 1.1Main Page: https://launchpad.net/~ibus-dev/+archive/ppa 8.04: Hardynot supported. 8.10 Intrepid
deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu intrepid main 9.04 Jauntysimilar with 8.10, but use following line: deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main 9.10 Karmicsimilar with 8.10, but use following line: deb http://ppa.launchpad.net/lidaobing/ibus-910/ubuntu karmic main See Also
| |
► Sign in to add a comment
If it could include the steps of build and install form source code (or git), it will be great.
I can't access the ppa source, could you provide another source in china which include the ibus-pinyin package?
You can use ubuntu-tweak to install this software. get ubuntu-tweak from http://ubuntu-tweak.com/downloads
Sometimes, can't input anything in Eclipse. If kill ibus process, everything is ok.
how to install ibus in PCBSD,I install with ports,ibus-daemon is run,but I can't change to ibus by ctrl+space
这里也有一个简洁的安装指南
http://www.adamjiang.com/wiki/index.php/Main/%E5%9C%A8UbuntuJaunty%E4%B8%8A%E5%AE%89%E8%A3%85ibus%E8%BE%93%E5%85%A5%E6%B3%95
Ubuntu Karmic now also has ibus 1.2.0 but at 20090723.
How do I enter Complex text in Openoffice apps using iBus
Couldn't manage to use ibus with skype, even after installing the qt4 module
I have added the line to /etc/apt/source.list successfully. And run the command sudo apt-get update But it comes an error as fellow: W: GPG error: http://ppa.launchpad.net karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3E38908F22C62C5C I am a newer to Ubuntu, what should I do? Thanks
the same question to this problem. maybe you can try this to figure it out:
$gpg --keyserver keyserver.ubuntu.com --recv 22C62C5C $gpg --export --armor 0c713da6 | sudo apt-key add - && sudo apt-get update
If you come across this error after running aptitude update W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7D2C7A23BF810CD5 W: You may want to run apt-get update to correct these problems
due to a missing GPG key do the following to correct the problem gpg --keyserver subkeys.pgp.net --recv 7D2C7A23BF810CD5
Replace the key number “7D2C7A23BF810CD5″ with the one included in your error message gpg --export --armor 7D2C7A23BF810CD5 | sudo apt-key add -
After that, the key will be added to a list and the error will not reappear.
最新的1.3版本是不是也应该添加到ppa.launchpad.net上去阿。
when can we have 1.3 on ppa.launchpad.net?
Update the latest version on lauchpad.net please. It's awful for me to complie them. Thx for your working,and it's excellent
嗯,连续刷了好几天,最新版的内容还没上ppa.launchpad.net。
I would like to retry the new "c++" version, "python" one is too slow...waiting for the update on lauchpad.
For lucid and ibus 1.2 use: deb http://ppa.launchpad.net/ibus-dev/ibus-1.3-lucid/ubuntu lucid main
IBus 已经被成功启动!如果你不能正常使用IBus,请将下面代码加入到$HOME/.bashrc中,并重新登录桌面。
为什么是这个烂样子
上一条是测试ibus的结果 安装好ibus并export 3项进.bashrc后 系统启动的时候ibus并不跟着系统启动
麻烦更新下吧,
后来不是用的这个 ppa <https://launchpad.net/~shawn-p-huang/+archive/ppa> 了么