1

I have Ubuntu 14.04, but not from clean install. I update it from 13.04 -> 13.10 and 14.04. Some day ago, I just realize that some things wrong with it's Notification Pop Up. It only display blue bar at top left screen.

I already reset my unity, but nothing happen. Please help, whats is wrong and how to fix this.

Thanks.

enter image description here

Wilf
  • 29,694
  • 16
  • 106
  • 164
  • possible duplicate of [Notify-osd notifications appear unthemed in top-left corner](http://askubuntu.com/questions/371020/notify-osd-notifications-appear-unthemed-in-top-left-corner) – Wilf Jun 02 '15 at 11:09

3 Answers3

1

[SOLVED]

I thinks it's duplicate with : Notify-osd notifications appear unthemed in top-left corner

I remember that this problem began when I install i3 window manager. Unfortunately i3 automatic install it's own notification daemon, dunst that "conflic" with notify-osd. So, I just have to uninstall i3 and all fixed.

sudo apt-get purge i3 i3-wm i3lock i3status dunst
sudo apt-get autoremove
killall dunst
Patryk
  • 9,026
  • 27
  • 70
  • 108
  • Removing i3 to fix notification looks is almost as useful advice as installing Windows instead of Ubuntu if wifi driver does not work out of the box. – moon.musick Dec 29 '14 at 09:18
0

I'm guessing a package is missing. Try sudo apt-get install ubuntu-desktop, which should install any missing packages. If that doesn't fix it, maybe you disabled something in a config file or an autostart .desktop file.

0

All you need to do is to remove the dunst notification daemon

sudo apt-get remove dunst
xuhdev
  • 168
  • 8