My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Ubuntu  
install ibus on Ubuntu
Featured
Updated Aug 3, 2011 by Shawn.P....@gmail.com

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

  • intrepid: deb http://ppa.launchpad.net/ibus-dev/ibus-1.2-intrepid/ubuntu intrepid main
  • jaunty: deb http://ppa.launchpad.net/ibus-dev/ibus-1.2-jaunty/ubuntu jaunty main
  • karmic: deb http://ppa.launchpad.net/ibus-dev/ibus-1.2-karmic/ubuntu karmic main

IBus 1.1

Main Page: https://launchpad.net/~ibus-dev/+archive/ppa

8.04: Hardy

not supported.

8.10 Intrepid

  1. add following line to /etc/apt/sources.list,
  2. deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu intrepid main
  3. run $ sudo apt-get update,
  4. run $ sudo apt-get install ibus ibus-pinyin
  5. run $ im-switch -s ibus
  6. logout and re-login

9.04 Jaunty

similar with 8.10, but use following line:

deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main

9.10 Karmic

similar with 8.10, but use following line:

deb http://ppa.launchpad.net/lidaobing/ibus-910/ubuntu karmic main

See Also

Comment by project member Shawn.P....@gmail.com, Apr 29, 2009

If it could include the steps of build and install form source code (or git), it will be great.

Comment by tojingp...@gmail.com, Jun 17, 2009

I can't access the ppa source, could you provide another source in china which include the ibus-pinyin package?

Comment by caodingp...@gmail.com, Jun 17, 2009

You can use ubuntu-tweak to install this software. get ubuntu-tweak from http://ubuntu-tweak.com/downloads

Comment by guangqua...@gmail.com, Jul 24, 2009

Sometimes, can't input anything in Eclipse. If kill ibus process, everything is ok.

Comment by siceb...@gmail.com, Jul 28, 2009

how to install ibus in PCBSD,I install with ports,ibus-daemon is run,but I can't change to ibus by ctrl+space

Comment by jamada...@gmail.com, Sep 17, 2009

Ubuntu Karmic now also has ibus 1.2.0 but at 20090723.

Comment by gauranga...@gmail.com, Oct 9, 2009

How do I enter Complex text in Openoffice apps using iBus

Comment by l.bartol...@gmail.com, Oct 31, 2009

Couldn't manage to use ibus with skype, even after installing the qt4 module

Comment by popliuh...@gmail.com, Dec 26, 2009

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

Comment by xuesong...@gmail.com, Dec 30, 2009

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

Comment by sh.xavie...@gmail.com, Jan 31, 2010

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.

Comment by Shaohu....@gmail.com, Mar 26, 2010

最新的1.3版本是不是也应该添加到ppa.launchpad.net上去阿。

Comment by hansi...@gmail.com, Mar 28, 2010

when can we have 1.3 on ppa.launchpad.net?

Comment by jeremiah...@gmail.com, Mar 28, 2010

Update the latest version on lauchpad.net please. It's awful for me to complie them. Thx for your working,and it's excellent

Comment by duked...@gmail.com, Apr 7, 2010

嗯,连续刷了好几天,最新版的内容还没上ppa.launchpad.net。

Comment by flyingch...@gmail.com, Jun 14, 2010

I would like to retry the new "c++" version, "python" one is too slow...waiting for the update on lauchpad.

Comment by computer...@gmail.com, Jun 15, 2010

For lucid and ibus 1.2 use: deb http://ppa.launchpad.net/ibus-dev/ibus-1.3-lucid/ubuntu lucid main

Comment by purifly, Aug 5, 2010

IBus 已经被成功启动!如果你不能正常使用IBus,请将下面代码加入到$HOME/.bashrc中,并重新登录桌面。

export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus

Comment by nessus....@gmail.com, Sep 8, 2010

为什么是这个烂样子

Comment by nessus....@gmail.com, Sep 8, 2010

上一条是测试ibus的结果 安装好ibus并export 3项进.bashrc后 系统启动的时候ibus并不跟着系统启动

Comment by jhuangjiahua@gmail.com, Jan 23, 2011

麻烦更新下吧,

后来不是用的这个 ppa <https://launchpad.net/~shawn-p-huang/+archive/ppa> 了么


Sign in to add a comment
Powered by Google Project Hosting