Accidentally replaced notify-osd with xfce-notifyd, how do I fix it?
I have recently fall into this problem. The other answer didn't help me much. But thanks to the answerer above, I found the package name for that quickly.
I did this to solve my problem:
-
Opening a terminal and executing this command:
gksu gedit /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
-
Then replace the line:
Exec=/usr/lib/xfce4/notifyd/xfce4-notifyd
with this one:
Exec=/usr/lib/notify-osd/notify-osd
Or, if on Ubuntu 16.04:
Exec=/usr/lib/x86_64-linux-gnu/notify-osd
Save and exit.
Problem solved.
As an extra benefit, I get the nice notify-osd in XFCE too.
Ok Found the problem and fixed it.
After installing Xubuntu-desktop along for some testing I did, xfce-notifyd (Xfce notification daemon) replaced notify-osd (Gnome Notify Daemon) and probably removed the ubuntu-desktop metapackage too.
Uninstalling the package xfce-notifyd , resolved the issue. Now notifications are back to normal.
Thanks for your interest.