To alter these settings, install gconf-editor from the software-center.
Scroll to / ▸ apps ▸ nm-applet and check disable-connected-notifications and disable-disconnected-notifications settings there. Check the attached image for clarifications.
As For the VLC, you need to visit VLC Preferences (Press Ctrl + P, or access it from tools Menu)
And Disable SysTray Popup when Minimized (Hover the move over that option and read the descripton)
was redirected here but this question's context is framed for lucid 10.04 which uses notification-daemon and not Pangolin 12.04 which uses notify-osd (On Screen Display) to make pop-up bubbles.
This can be seen in the 12.04 system file (NB 10.04 predates this):
To disable the Notification bubbles you can remove the 'Notification Area' item from the panel. Just right click on the notification area item and select 'Remove From Panel'.
UPDATE: The Notification Area will be no more from Ubuntu 11.04
go to package manager and remove pop-up notification ;; it will auto install another that the system needs .BUT will not show a pop-up window when a new song comes on .
did this to mine mint 16 mate.
Yes you can, using a tool called Notify OSD Configuration.
If you want to disable them rename the file
/usr/share/dbus-1/services/org.freedesktop.Notifications.service
:To re-enable:
You need to restart your computer after either one of these changes for them to take effect.
To alter these settings, install
gconf-editor
from the software-center.Scroll to
/ ▸ apps ▸ nm-applet
and checkdisable-connected-notifications
anddisable-disconnected-notifications
settings there. Check the attached image for clarifications.As For the VLC, you need to visit VLC Preferences (Press Ctrl + P, or access it from tools Menu)
And Disable SysTray Popup when Minimized (Hover the move over that option and read the descripton)
You can also turn off particular notification.To turn off pidgin notification,Open pidgin-->Tools--->Plugins
Uncheck libnotify popups there..
To turn off notify-osd notifications,type the following in terminal and restart your system.
To disable rythmbox song pop up notification:
Go to:
Edit -> Plugins
and uncheck the Status Icon plugin.
Another way:
Edit --> Plugins
Select Status Icon, click the configure button
Choose the never shown option for notifications.
You can stop song change popup notification form this
The question
How to turn off the pop up notification in 12.04?
was redirected here but this question's context is framed for lucid 10.04 which uses
notification-daemon
and not Pangolin 12.04 which usesnotify-osd
(On Screen Display) to make pop-up bubbles.This can be seen in the 12.04 system file (NB 10.04 predates this):
with
notifying
content uniquely specific to either theUnity
orGnome
default interface:What follows is explicitly for the 12.04 redirected question.
The complete stack of pending notifications can be disabled and cleared using a terminal window
(Ctrl+Alt+T) and entering
after which notifications resume.
To disable for an arbitrary length of time use:
This crude solution can be stopped by closing the terminal window or typing Ctrl+C.
Change
"member=Notify"
to customize the desired selection of notifications for purging.For more control see:
Can org.freedesktop.Notifications.CloseNotification(uint id) be triggered and invoked via DBus?
Other techniques are documented in the references.
ref.:
This script toggles the notify-osd notifications: (inspired by https://askubuntu.com/a/35840/17940)
It works on:
Make it executable and run it:
Keyboard shortcut
You can bind a keyboard shortcut to this script:
To disable the Notification bubbles you can remove the 'Notification Area' item from the panel. Just right click on the notification area item and select 'Remove From Panel'.
UPDATE: The Notification Area will be no more from Ubuntu 11.04
go to package manager and remove pop-up notification ;; it will auto install another that the system needs .BUT will not show a pop-up window when a new song comes on . did this to mine mint 16 mate.
I have tried all of the methods listed here, and none worked in Fedora 18. Eventually I found something that worked (copy-pasted from http://www.superuser.com/questions/543064/how-to-disable-all-gnome-3-notifications):
Unless you want to go into each program (i.e. Network settings » Disable Notifications), yet still get system messages, you could:
This should work on most GNOME3 systems to kill all messages.
Hope it saves someone hours of searching.