如何重新获得同理心?

如何重新获得同理心?

所以我实际上不知道发生了什么,但我修改了 Empathy 的 .desktop 文件(我添加了 Skype 作为快捷方式列表),但出于某种原因,这将 Empathy 从消息菜单指示器中删除。所以我想卸载并重新安装 Empathy 可能会纠正所有错误,但现在当我尝试安装时,我收到一条错误消息,内容为:

The following packages have unmet dependencies:

empathy: Depends: libcamel-1.2-23 (>= 3.0) but it is not going to be installed
         Depends: libcamel-1.2-23 (< 3.1) but it is not going to be installed
         Depends: libgck0 (>= 2.91.1) but it is not going to be installed
         Depends: libgcr-3-0 (>= 2.91.4) but it is not going to be installed
         Depends: libgnome-control-center1 (>= 1:2.91.2) but it is not going to be installed
         Depends: libnspr4 (>= 4.7.0~1.9b1) but 4.8.7-0ubuntu1 is to be installed
         Depends: libnss3 (>= 3.12.2~rc1) but 3.12.9+ckbi-1.82-0ubuntu2 is to be installed
         Depends: libsqlite3-0 (>= 3.7.3) but 3.7.4-2ubuntu5 is to be installed
         Depends: libunity4 (>= 3.4.6) but 3.8.4-0ubuntu1 is to be installed
         Depends: empathy-common (= 3.1.2.1-1ubuntu1~ppa11.04+1) but 3.1.2.1-1ubuntu1~ppa11.04+1 is to be installed
         Depends: gsettings-backend but it is a virtual package

答案1

看来您正在使用 Telepathy PPA,请将其删除并更新您的源,它应该可以工作。

答案2

sudo apt-get -y --purge purge empathy && sudo apt-get -y install pidgin

JK。你如何替换 empathy .desktop?实际上,你需要将“empathy”文件放置在 ~/.config/indicators/messages/applications/ 中(如果不存在则创建),内容如下:

/usr/share/applications/empathy.desktop

这将在消息菜单中添加同理心图标。

答案3

sudo apt-get update
sudo apt-get install empathy

如果您没有升级,那么更新命令也许可以解决您的问题。

相关内容