Saturday, May 4, 2024
51
rated 0 times [  51] [ 0]  / answers: 1 / hits: 9966  / 1 Year ago, tue, december 13, 2022, 6:45:51

Problem



I recently upgraded from 13.04 to 13.10, and suddenly notification bubbles don't appear themed as usual in the upper right corner, but they appear as white text on blue background in the upper-left corner. It looks like this:



Badly themed notification in the top-left corner.



Unsuccesful attempts to fix it




  • I tried reinstalling unity, notify-osd, ubuntu-desktop removed notification-daemon which was installed, none of that fixes it.


  • In fact running ps aux | grep notify-osd shows that notify-osd isn't even running. But when I try to start it manually by running /usr/lib/x86_64-linux-gnu/notify-osd I get:



    ** (notify-osd:4618): WARNING **: Another instance has already registered org.freedesktop.Notifications

    ** (notify-osd:4618): WARNING **: Could not register instance

  • If I understand well, the instance is registered by the /usr/share/dbus-1/services/org.freedesktop.Notifications.service file, which right now contains:



    [D-BUS Service]
    Name=org.freedesktop.Notifications
    Exec=/usr/lib/x86_64-linux-gnu/notify-osd


    Renaming or deleting that file (and rebooting) has no effect whatsoever (and it is not recreated automatically).


  • This is not a duplicate of No notifications from notify-osd on 13.10 (and by the way I purged gnome-flashback-session along with notification-daemon)




Question(s)



How can I debug this? How can I get notifications to come back to normal?



If additional debug information is needed, I'll be happy to add it (just that I can't find any more).


More From » notification

 Answers
1

i3 is using "dunst" notification daemon, so you have to remove it in order to re-enable ubuntu notify-osd.



Execute following from terminal:



sudo apt-get purge dunst
killall dunst
notify-send "Hello"

[#28569] Wednesday, December 14, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tinchir

Total Points: 300
Total Questions: 116
Total Answers: 119

Location: American Samoa
Member since Sun, Jan 17, 2021
3 Years ago
tinchir questions
Tue, Sep 14, 21, 23:11, 3 Years ago
Mon, Dec 19, 22, 13:00, 1 Year ago
Sat, Feb 5, 22, 11:36, 2 Years ago
Mon, Aug 8, 22, 02:16, 2 Years ago
;