Ubuntu – How to disable notification from network-manager

network-managernotification

Can i disable all libnotify related notification from Network Manager ? 'Edit Connection' dialog doesn't help out

Best Answer

12.10 - Dconf

Run these commands:

gsettings set org.gnome.nm-applet disable-disconnected-notifications "true"
gsettings set org.gnome.nm-applet disable-connected-notifications "true"

Or open dconf-editor and scroll down to orggnomenm-applet and check disable-connected-notifications and disable-disconnected-notifications settings there.

DConf


11.10 and 12.04 - Gconf

Gconf-editor lets you edit the network manager notifications.

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.

gconf editor

Related Question