Tob*_*obi 5 gnome pidgin system-tray 18.04
我遇到的问题是 Ubuntu 18.04.1(使用 GNOME)中的系统托盘不可见。我发现了类似的主题(缺少系统托盘图标 Ubuntu Gnome 18.04),但该命令sudo cpan -i Gtk2::AppIndicator没有解决问题。也许这会让人感兴趣。在进行unity的删除操作时,出现以下错误,与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
Run Code Online (Sandbox Code Playgroud)
没有可见的系统托盘,如果我打开 Skype 或 pidgin 并关闭应用程序窗口,我无法以简单的方式重新打开应用程序。任何链接,感谢支持。谢谢你,托比
根据https://packages.ubuntu.com上的搜索,您需要安装以下软件包 -libappindicator-dev和libgtk2.0-dev:
sudo apt install libappindicator-dev libgtk2.0-dev
Run Code Online (Sandbox Code Playgroud)
然后重试sudo cpan -i Gtk2::AppIndicator。