<quote who="Sonia Hamilton"> > I've been doing some weird stuff with NetworkManager - is there an easy > way to wipe all it's settings and return to the default setup? I'm looking > for come sort of config file where NM saves all it's settings - I've done > a 'dpkg -L network-manager', couldn't find anyting relevant.
nm-applet uses GConf to manage its configuration, and given that it runs as your user account, keeps it all in your local GConf tree (which is stored in ~/.gconf, but should be managed with the GConf tools rather than diddled with directly). You can use gconf-editor to browse through your entire GConf tree, and edit or delete relevant bits, or you can use the gconftool-2 command line GConf utility, like this: gconftool-2 --recursive-unset /system/networking/wireless/networks That will get rid of all the per-network settings. :-) - Jeff -- GNOME.conf.au 2008: Melbourne, Australia http://live.gnome.org/Melbourne2008 "I hear Tom Wolfe's speaking at Lincoln Center. [...] Well, of course we're going to fling poo at him!" - Mason the Chimpanzee, Madagascar -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
