ibus-setup-sunpinyin 无法打开设置

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
luoziyihao
帖子: 2
注册时间: 2016-08-13 0:20
系统: ubuntu16.04

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

#16

帖子 luoziyihao » 2016-08-13 0:33

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.
kyleshaw621
帖子: 1
注册时间: 2014-04-29 22:12
系统: Ubuntu

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

#17

帖子 kyleshaw621 » 2016-08-15 14:58

可以在ubuntu14.04上下载python-ibus这个包,然后装到16.04上,可以解决上面的问题。
luoziyihao
帖子: 2
注册时间: 2016-08-13 0:20
系统: ubuntu16.04

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

#18

帖子 luoziyihao » 2017-07-21 10:26

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!
回复