我的问题是Ubuntu18.04.1(使用GNOME)中的系统托盘是不可见的。我发现了一个类似的主题(缺少系统托盘图标Ubuntu Gnome 18.04),但是sudo cpan -i Gtk2::AppIndicator命令并没有解决这个问题。也许这会很有趣。在删除统一操作期间,我得到了与appIndicator相关的以下错误:
Configuring O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz with Makefile.PL
pkg-config --cflags appindicator-0.1 gtk+-2.0 didn't succeed, make sure it is righly installed at Makefile.PL line 17.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK没有系统托盘是可见的,如果我打开skype或pidgin并关闭应用程序窗口,我不能以一种简单的方式重新打开应用程序。任何链接,支持都是非常感谢的。谢谢你,托比
发布于 2019-01-12 18:09:42
根据对https://packages.ubuntu.com的搜索,您需要安装以下软件包-- libappindicator-dev和libgtk2.0-dev:
sudo apt install libappindicator-dev libgtk2.0-dev然后用sudo cpan -i Gtk2::AppIndicator重试。
https://askubuntu.com/questions/1109173
复制相似问题