On Sat, 2007-01-06 at 18:05 -0500, Jim Popovitch wrote: > On Sat, 2007-01-06 at 09:46 +0000, João Miguel Neves wrote: > > 2) One of the networks I usually connect to uses nocat (it redirects all > > web requests to a form where you need to authenticate). Is there a way > > to setup a plugin for a specific network/access point? I'd like to have > > network manager connect me automatically to that network. > > Run these command from your user shell account: > > rm -rf ~/.gconf/system/networking/wireless/networks/ESSID > killall nm-applet > nm-applet --sm-disable
Manually removing the SSID folder from the gconf config was recommended in the Wiki, but it recommended shutting down gconfd first. A cleaner way to do this (which I've added to the Wiki) is: gconftool-2 --recursive-unset /system/networking/wireless/networks/<SSID> -- Matt Good _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
