Cri*_*ina 14 notification 11.04 unity-2d
Pidgin 图标不会出现在通知区域中。我已经检查过 Pidgin 首选项中的“显示系统托盘图标选项”是否设置为“始终”。我没有找到与 Unity 相同的解决方案。
Lin*_*ity 10
如果要允许它们访问系统托盘,则必须将应用程序列入白名单。
首先从软件中心(或单击此处)安装 dconf-tools然后按Alt+F2并输入dconf-editor
并运行它。
现在导航到桌面 -> Unity -> 面板。
现在将 systray-whitelist 的值更改为
['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service', 'Pidgin']
Run Code Online (Sandbox Code Playgroud)
Pidgin 不会出现在系统托盘中,只会出现在消息菜单中:
现在要在系统托盘中显示任何其他应用程序,请在终端中运行以下代码:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"