为什么安装 Unity 后顶部面板图标在 Gnome 上消失了?

yol*_*les 5 icons unity gnome-shell 18.04

在 Ubuntu 18.04 上安装 Unity 后,为什么 Gnome 的顶部面板中缺少某些图标?

我有扩展 Topicons plus,但只是不依赖于这个扩展的图标消失了,比如 Skype、Telegram、Thunderbird with Firetray。

当我输入Alt+ F2,然后r,图标会重新出现,但每次重新启动后我都需要这样做。

提前致谢。

Mar*_*rie 7

它似乎也发生在 Ubuntu 升级之后。在这种情况下,Gnome 与 unity 的东西相冲突。请参阅下面的这个答案和其他答案

所以,如果你想要 gnome 而不是像我这样的统一,我刚刚删除了过时的包:

sudo apt remove indicator-application
Run Code Online (Sandbox Code Playgroud)

然后重新启动系统或执行此操作以立即生效


yol*_*les 0

我必须改变“ Exec”的值/etc/xdg/autostart/indicator-application.desktop

Exec=dbus-launch /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
Run Code Online (Sandbox Code Playgroud)

来解决这个问题。