I was having a problem with launching the "Network Center" settings icon. This started a day after receiving my AA1 and running the software updates. I didn't see a fix on this board short of re-installing from the recovery CD. I looked through the startup log - at the terminal: [code]$ dmesg |more[/code] and saw that the Network Manager applet (nm-applet) had failed to start. So I tried running it by hand: [code]$ nm-applet[/code] but it failed with a bunch of Gtk errors dumped to the screen. One of the errors said there was an empty string in /system/networking/connections/2. That path is in the home directory, under the [b].gconf[/b] directory. So I explored that area and I saw that there were 4 directories under connections: 1, 2, 3, 4. There were empty %gconf.xml files all over the place and sure enough, nothing under the "2" directory other than an empty %gconf.xml file. However, under the "4" directory there were subdirectories and xml files that indicated the connection I had made at my work WLAN. So I got back into my home directory, renamed the [b].gconf[/b] directory: [code]$ mv .gconf .gconf.orig[/code] and restarted the system. Sure enough, once the system came up the nm-applet was running in the status bar. When I clicked on the Network Center icon it actually launched and I was able to set up a new connection for my home WLAN.