如何为Pidgin启用通知区域(系统托盘)

Pidgin图标不会出现在通知区域中。 我已经检查过Pidgin首选项中的“显示系统托盘图标选项”是否设置为“始终”。 我没有找到与Unity相同的解决方案。

如果要允许应用程序访问系统托盘,则必须将应用程序列入白名单。

首先从软件中心安装dconf-tools(或点击此处 )然后按Alt + F2并输入dconf-editor并运行它。

dconf-editor alt-f2对话框

现在导航到桌面 – > Unity – >面板。

配置编辑器(dconf-editor)desktop.unity.panel

现在将systray-whitelist的值更改为

 ['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service', 'Pidgin'] 

在此处输入图像描述

Pidgin不会出现在系统托盘中,只是在消息菜单中: 在此处输入图像描述

现在,对于在系统托盘中显示的任何其他应用程序,在终端中运行以下代码: gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"