I am using Ubuntu 11.04 and I want to replace the notifyOSD with the XFCE version (I like how you can dismiss the notification). I had a look in Synaptic and saw that there was a notifyosd-xfce but when I clicked install Syanptic wanted to remove the Gnome Desktop.
How do I add this without messing everything up?
notify-osd
will win and be in control of the notifications. So you'll have to remove it:sudo apt-get remove notify-osd
andsudo killall notify-osd
(or logout and login). – tanius Mar 12 '16 at 15:25