无法在Ubuntu14.10下用notify-send发送消息,使用Metacity运行Flashback。
当一个命令发出如下命令时:
notify-send test没有消息出现。查看进程,notify-osd是在执行通知发送时启动的。kill it和它在notify-send上重新出现,但仍然没有消息。有时,ot使用root进行发送:
sudo notify-send test发布于 2015-01-13 06:02:51
还没有找到为什么通知-发送不适用于notify-osd,而是查看:
/usr/share/dbus-1/services/org.freedesktop.Notifications.service
一次发现
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib/i386-linux-gnu/notify-osd将其更改为使用notification-daemon似乎有效。
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib/notification-daemon/notification-daemon因此,至少就目前而言,这是一个黑客/修复。
org.gnome.Notifications.service
默认为notification-daemon。
https://askubuntu.com/questions/573123
复制相似问题