Ubuntu – Ruined Ubuntu Bubble notifications

notificationnotify-osd

I don't know now, but somehow today I ruined my Bubble notifications in Ubuntu 12.04

Now my Bubble notifications look like the ones in the pictures: huge, out of place and ugly.

I have tried notify-osd to correct this problem, but it doesn't do anything.

Can anyone tell me how I can reverse to what they look like in default Ubuntu?

I'm using Ubuntu 12.04 64 bit with gnome-session-fallback.

Pictures

Best Answer

Seems like you installed Gnome, and it overrode notify-osd with notification-daemon. Remove the notification-daemon with:

sudo apt-get remove notification-deamon

Then reinstall notify-osd:

sudo apt-get install --reinstall notify-osd

Restart:

sudo reboot
Related Question