Re: [Thinstation-general] Disabling network connected/disconnected notifications
Brought to you by:
doncuppjr
|
From: Michael K <ts....@gm...> - 2016-11-09 18:07:16
|
That won't work in the devstation chroot. Only in a live image. I'm not sure what to capture after running it. Maybe ~/.config/dconf. Alternatively, change the default in the schema - packages/networkmanager/lib/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml. Note that you might need to do something creative to make sure it persists across new versions of Thinstation. On Tue, Nov 8, 2016 at 3:59 PM, dj...@di... < dj...@di...> wrote: > I’m trying to do this on the Devstation in the chrooted environment. > Trying to get that bundled into the image… > > > > *From: *Michael K <ts....@gm...> > *Reply-To: *"thi...@li..." < > thi...@li...> > *Date: *Tuesday, November 8, 2016 at 10:39 AM > > *To: *"thi...@li..." < > thi...@li...> > *Subject: *Re: [Thinstation-general] Disabling network > connected/disconnected notifications > > > > Are you trying to do this before the system is fully up or in a terminal > with XFCE? > > Maybe check dmesg to see if there's a report on the reason for the > segfault. > > > > On Mon, Nov 7, 2016 at 8:07 PM, dj...@di... < > dj...@di...> wrote: > > When I run those commands, it segfaults. Is there something special that > needs to be done to make Thinstation do it correctly? > > > > *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... < > 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 > > > > > ------------------------------------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > Thinstation-general mailing list > Thi...@li... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > > > ------------------------------------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > Thinstation-general mailing list > Thi...@li... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > |