Re: [Thinstation-general] Disabling network connected/disconnected notifications
Brought to you by:
doncuppjr
|
From: Michael K <ts....@gm...> - 2016-11-07 23:06:16
|
Network Manager applet uses dconf. Use gsettings instead https://askubuntu.com/questions/67500/how-to-disable-notification-from-network-manager Basically gsettings set org.gnome.nm-applet disable-disconnected-notifications "true" gsettings set org.gnome.nm-applet disable-connected-notifications "true" On Fri, Oct 28, 2016 at 5:08 PM, dj...@di... < dj...@di...> wrote: > Is there a way to disable the notification windows themselves without > disabling the icon in the system tray? I found a bunch of references to > using gconf-edit and gconftool but that doesn’t work. Any help would be > greatly appreciated! > > > > Thanks! > > -- Dave > > > > ------------------------------------------------------------ > ------------------ > The Command Line: Reinvented for Modern Developers > Did the resurgence of CLI tooling catch you by surprise? > Reconnect with the command line and become more productive. > Learn the new .NET and ASP.NET CLI. Get your free copy! > http://sdm.link/telerik > _______________________________________________ > Thinstation-general mailing list > Thi...@li... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > |