Re: [Thinstation-general] Disabling network connected/disconnected notifications
Brought to you by:
doncuppjr
|
From: <dj...@di...> - 2017-01-13 16:11:11
|
Posting this in case it helps anyone down the road with a similar issue. The notifications turned out NOT to be cosmetic (duh, shoulda seen that one coming). Our DHCP server uses client identifiers rather than hardware (MAC) addresses and we use DHCP reservations for devices rather than static IP because makes life easier from a remote administration standpoint. The “ah ha” moment came when I accidentally/fortunately used the MAC address for the reservation rather than the client identifier. Thinstation doesn’t pop up network notifications anymore and the client is immediately Layer 3 connected without delay. Ya learn something new everyday! From: Michael K <ts....@gm...> Reply-To: "thi...@li..." <thi...@li...> Date: Monday, November 7, 2016 at 3:06 PM To: "thi...@li..." <thi...@li...> Subject: Re: [Thinstation-general] Disabling network connected/disconnected notifications 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...<mailto:dj...@di...> <dj...@di...<mailto: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<http://ASP.NET> CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Thinstation-general mailing list Thi...@li...<mailto:Thi...@li...> https://lists.sourceforge.net/lists/listinfo/thinstation-general |