PDA

View Full Version : [ubuntu] Get rid of constant messages on the right


kernel89
August 1st, 2009, 01:09 PM
I keep getting these messages from Pidgin and, for ubuntu updates, and so on.
How do I get rid of it?

http://i25.tinypic.com/245bqjb.png

nperry
August 1st, 2009, 01:13 PM
I keep getting these messages from Pidgin and, for ubuntu updates, and so on.
How do I get rid of it?

http://i25.tinypic.com/245bqjb.png

neil@desktop:~$ ps aux | grep notify
neil 3546 0.0 0.2 175100 16664 ? S 15:42 0:04 /usr/lib/notify-osd/notify-osd


This should be able to be removed from Services iirc.

I've just done a google search and came up with this to remove it fully.

sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled

kernel89
August 1st, 2009, 02:18 PM
neil@desktop:~$ ps aux | grep notify
neil 3546 0.0 0.2 175100 16664 ? S 15:42 0:04 /usr/lib/notify-osd/notify-osd


This should be able to be removed from Services iirc.

I've just done a google search and came up with this to remove it fully.

sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled


I just tried it,
this one

"sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled"

dit not work, I keep getting the messages.

russo.mic
August 2nd, 2009, 12:38 AM
just worked for me...did you log out and log back in?