分页: 2 / 2

Re: ibus-setup-sunpinyin 无法打开设置

发表于 : 2016-08-13 0:33
luoziyihao
kuchaguangjie 写了:
kuchaguangjie 写了:Just use:

代码: 全选

sudo apt-get install python-ibus
Then could open the preference of sunpinyin.
This works in ubuntu 14, but in ubuntu 16.04.1, there is no `python-ibus`, and didn't found a solution yet, so I suggest to use `ibus-pinyin` instead, which works perfectly!
I face the same problem in ubuntu 16.04 too. can not opent the preference of sunpinyin.

first, i install python-ibus_1.5.5-1ubuntu3_all.deb from http://packages.ubuntu.com/search?suite ... chon=names . but it does't works.

then i run

代码: 全选

sudo apt-get install python-ibus
, it run failed. then I run

代码: 全选

 sudo pip install ibus
, failed.

At last, I just run

代码: 全选

sudo apt-get -f install
It works ! it fix to install a new lib python-dbus. then i can open the preference of sunpinyin.

Re: ibus-setup-sunpinyin 无法打开设置

发表于 : 2016-08-15 14:58
kyleshaw621
可以在ubuntu14.04上下载python-ibus这个包,然后装到16.04上,可以解决上面的问题。

Re: ibus-setup-sunpinyin 无法打开设置

发表于 : 2017-07-21 10:26
luoziyihao
download python-ibus_1.5.5-1ubuntu3_all.deb from https://ubuntu.pkgs.org/14.04/ubuntu-ma ... l.deb.html
then just run

代码: 全选

sudo dpkg -i python-ibus_1.5.5-1ubuntu3_all.deb
sudo apt-get install -f 
ibus-daemon -drx
then it's ok!