仅显示GNOME扩展名和本机图标。其他图标(例如Dropbox,快门,通道等)不会出现在顶部栏中。
我想念什么吗?我已经尝试使用以前与GNOME一起使用的扩展,但是似乎没有任何帮助(Topicons Plus,Ubuntu appindicators等)。
目前,我正在使用Ubuntu Xorg,但是在Wayland中,我遇到了同样的问题。
仅显示GNOME扩展名和本机图标。其他图标(例如Dropbox,快门,通道等)不会出现在顶部栏中。
我想念什么吗?我已经尝试使用以前与GNOME一起使用的扩展,但是似乎没有任何帮助(Topicons Plus,Ubuntu appindicators等)。
目前,我正在使用Ubuntu Xorg,但是在Wayland中,我遇到了同样的问题。
Answers:
我遇到了同样的问题。我试图将指标应用程序服务完全删除,然后问题就消失了!我想来自16.04的版本会在我的机器上留下一些与Unity相关的东西,这些东西不仅已过时,而且妨碍了AppIndicator扩展的正常运行。
该怎么办:
sudo apt remove indicator-application
Alt + f2
并执行命令r
。
我对17.10有同样的问题。至少以下命令有助于将图标恢复到下次重新引导之前:
killall indicator-application-service
编辑:此解决方法在这里运行良好,无需使用任何类似“ Topicon-plus”或“ Kstatusnotifieritem / appindicator支持”的gnome扩展名。
作为建议在这里,尝试,如果任何仍然存在删除所有过时的指标
indicator-application
indicator-appmenu
indicator-bluetooth
indicator-common
indicator-datetime
indicator-keyboard
indicator-messages
indicator-network
indicator-power
indicator-printers
indicator-session
indicator-sound
indicator-transfer
indicator-transfer-download-manager
只需在终端中执行以下命令:
sudo apt purge indicator-application indicator-appmenu indicator-bluetooth indicator-common indicator-datetime indicator-keyboard indicator-messages indicator-network indicator-power indicator-printers indicator-session indicator-sound indicator-transfer indicator-transfer-download-manager
Ubuntu 18.04中Shutter应用程序的建议工作没有任何内容,因为libgtk2-appindicator-perl软件包已从主存储库中删除。要在Ubuntu 18.04中启用快门指示器,请安装libappindicator-dev:
libappindicator-dev
和Gtk2 :: AppIndicator perl扩展:
sudo cpan -i Gtk2::AppIndicator
重新启动快门,它的指示器现在应该出现在系统托盘中。
我使用的是18.04(从版本16升级)。
遵循其他建议(例如清除旧的indicator- *程序并安装“ Kstatusnotifieritem扩展”)后,我的图标返回-yay-
..但每次笔记本电脑锁定或关闭一会时,它们都会消失。通常是这样。
一切都回来了,但你必须Alt+ F2+ R每一次,这是烦人,也重新安排我的底栏码头的事情,因为我有很多的终端开放和安排,你可以想像:X。
无论如何,这篇文章似乎已经解决了。
从/ usr / share / gnome-shell / extensions删除默认的ubuntu-appindicators@ubuntu.com
又名
sudo rm -r /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com
我用Super+ 锁定了它以L进行测试-并且我的图标没有消失。:D
单击扩展坞上的九个点。
在搜索字段中输入“调整”。您将看到gnome调整工具:
如果您没有安装它,则可以单击它,这将打开软件中心。您可以从那里安装它。
之后,进行调整并转到扩展。
只需打开指示灯,您将获得一个工作系统托盘,您可以在其中看到保管箱,电报或其他图标。