Thunderbird “Unable to find specified executable” 错误解决方案
April 6th, 2011
No comments
重装Linux系统之后,直接复制了thunderbird的用户目录到新的home目录下。thunderbird启动后总是间歇性弹出来提示:”Unable to find specified executable” 。
查询了一下,从这篇文章和这篇文章知道了是Gnome Integration Addon调用了新系统没有安装的notify-send命令导致的。
解决方法也很简单,安装“libnotify-bin”包即可:
1 2 3 4 |
#Ubuntu sudo apt-get install libnotify-bin #Fedora: su -c 'yes|yum install libnotify' |
Recent Comments