Answers:
如果要允许应用程序访问系统托盘,则必须将其列入白名单。
首先从软件中心安装dconf-tools(或单击此处),然后按Alt+ F2并输入dconf-editor
并运行它。
现在,导航至桌面-> Unity->面板。
现在将systray-whitelist的值更改为
['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service', 'Pidgin']
Pidgin不会显示在系统托盘中,仅显示在消息传递菜单中:
现在,要让其他应用程序显示在系统托盘中,请在终端中运行以下代码:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"