13.04 中的 Pidgin 状态图标 / Raring Ringtail

Her*_*rby 10 pidgin notification-area 13.04

我从 Ubuntu 12.04 升级到 13.04。

看起来不错,但 Pidgin 状态图标没有出现在右上角。

我怎样才能解决这个问题?

Mah*_*esh 3

从 13.04 开始,应用程序必须集成到指示器中,并且 Unity 的系统托盘中不再有自己的状态图标。(这将来可能会改变。)

Unity 系统托盘白名单已被删除,因此您不能再将应用程序列入白名单以允许它们使用 Ubuntu 13.04 Raring Ringtail 中的通知区域。然而,Java 和 Wine 应用程序已被硬编码为唯一仍然能够使用通知区域的软件,因此此更改仅影响一些不支持 AppIndicator 的旧应用程序。由于 Qt 应用程序的系统托盘图标会自动转换为应用程序指示器sni-qt,因此此更改不会影响太多应用程序。

资料来源:http ://www.webupd8.org/2013/04/ubuntu-1304-raring-ringtail-final-beta.html


小智 1

有“如何在 UBUNTU 13.04 中恢复系统托盘白名单”,到目前为止对我来说似乎有效:

sudo add-apt-repository ppa:timekiller/unity-systrayfix
sudo apt-get update
sudo apt-get upgrade
Run Code Online (Sandbox Code Playgroud)

http://www.webupd8.org/2013/05/how-to-get-systray-whitelist-back-in.html