码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下ibus无法启动

时间:2015-02-07 17:07:11      阅读:909      评论:0      收藏:0      [点我收藏+]

标签:

使用过程中突然中文输入法无法切换,启动ibus是,反复弹出窗口:iBus daemon is not started.Do you want to start it now?

使用ibus-setup,提示 Failed to connect to socket /tmp/dbus-***: 连接被拒绝。

 

同时,Places中Computer无法打开,提示: Could not display "computer:". Nautilus cannot handle "computer" locations

技术分享

 

 

使用http://blog.csdn.net/gulin20475/article/details/6325235这个文章里的办法就可以解决以上的问题,原因是glib安装在/usr/local目录下造成的。

解决步骤:

1、进入glib的源代码目录,卸载glib: make uninstall

2、重新安装glib:

          makedir /usr/glib

          ./configure --prefix=/usr/glib

          make

          make install

3、重启

ubuntu下ibus无法启动

标签:

原文地址:http://www.cnblogs.com/buzhihuigai/p/4278917.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!