如何找回默认的右上角通知?


10

我最近使用Ubuntu软件中心安装了Xubuntu / Xfce会话,以测试Xfce的外观。

我不喜欢它,所以我删除了那些软件包并回到默认的Unity shell。但是现在,右上角显示的通知不再像应有的样子。现在不再是默认的透明黑色设计,而是一个灰色窗口,如下所示:

在此处输入图片说明

(这是来自Pidgin的示例,我不知道它是否有一定重要性)。

一切看起来都很好,但是那些通知。我该怎么做才能恢复原始风格?


3
安装libnotify-bin并运行notify-send foo bar-这会导致正常的通知吗?尝试清除包装xfce4-notifydsudo apt-get purge xfce4-notifyd)。这有什么区别吗(不确定是否需要注销或重新启动,请确保这样做)。
htorque 2011年

我删除了,xfce4-notifyd但是即使安装libnotify-bin(运行notify-send foo bar也没有任何作用),我也没有收到任何通知:-s
misterjinx 2011年

2
好,所以您缺少Ubuntu的通知守护程序。安装并重notify-osd试。
htorque 2011年

那正是我刚才所做的,想回答我的问题:)
misterjinx

Answers:


5

经过更好的搜索后,我发现我缺少notify-osd包裹。安装完后,一切恢复正常:)


0

...因此,完整的答案是:

  • 清除(卸载)xfce4-notifyd。命令:sudo apt-get purge xfce4-notifyd

  • 安装notify-osd。命令:sudo apt-get install notify-osd

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.