Unity 中的持续通知

Shi*_*y82 9 unity 12.10

我是刚安装 Ubuntu 12.10 的新用户。我相处得很好,但有些事情困扰着我。我一直缺少通知,这让我陷入困境。有没有办法让通知/事件更持久?例如,在 Windows 中,任务栏会一直闪烁,直到我单击它。在 Android 中,一个图标会保留在任务栏中,直到我点击或将其滑开。与应用无关。

我可以用 Unity 做类似的事情吗?有事时让应用程序图标闪烁?

谢谢!

Mar*_*tin 5

我很久以前读过一篇关于这个的文章,所以我不知道它现在是否有效。该包称为“最近通知”,可以在以下位置找到:https : //launchpad.net/~jconti/+archive/recent-notifications

我读到的原始文章:

http://www.omgubuntu.co.uk/2012/03/how-to-never-miss-an-ubuntu-notification-again

如何通过终端安装:

sudo add-apt-repository ppa:jconti/recent-notifications
sudo apt-get update
sudo apt-get install indicator-notifications
Run Code Online (Sandbox Code Playgroud)

记得注销并重新登录。