毁坏的 Ubuntu Bubble 通知

Gui*_*rme 6 notification notify-osd

我现在不知道,但今天不知何故我在 Ubuntu 12.04 中破坏了我的气泡通知

现在我的 Bubble 通知看起来像图片中的那些:巨大、不合时宜且丑陋。

我已经尝试过 notify-osd 来纠正这个问题,但它没有做任何事情。

谁能告诉我如何才能恢复到默认 Ubuntu 中的样子?

我正在使用带有 gnome-session-fallback 的 Ubuntu 12.04 64 位。

图片

Set*_*eth 3

看起来你安装了 Gnome,并且它用 notification-daemon 覆盖了 notification-osd。使用以下命令删除通知守护进程:

sudo apt-get remove notification-deamon
Run Code Online (Sandbox Code Playgroud)

然后重新安装notify-osd:

sudo apt-get install --reinstall notify-osd
Run Code Online (Sandbox Code Playgroud)

重新开始:

sudo reboot
Run Code Online (Sandbox Code Playgroud)