Sounds like the NetworkManager applet is missing. Are you sure you moved all the autostarts over as outlined above?
I thought I moved all of them...
For a quick fix, try running this in a Terminal:
nm-applet --sm-disable
If it complains due to permissions, add sudo before the command.
OK, did that and it worked, the app opened and shows up as before in Gnome in task bar....
To check if something's wrong with your config, issue this, replacing user with your actual user name:
ls -al /home/user/.config/autostart
The output should be something like this:
...
-rw-r--r-- 1 user user 361 2009-12-20 16:28 nm-applet.desktop
...
It'll show your user name of course and more .desktop files. nm-applet.desktop is the important file. It must be in there. If there's nothing in this directory then the autostarts configured in Gnome have not been successfully moved, that's why LXDE won't execute them.
Yes, that file along with lots of users shows up in Terminal....but mine looks like this:
...
-rwxr-xr-x- 1 user user 357 2009-04-14 06:22 nm-applet.desktop
...
If you edit this file, does it contain the following?
[Desktop Entry]
Name=Network Manager
Comment=Control your network connections
Icon=nm-device-wireless
Exec=nm-applet --sm-disable
Terminal=false
Type=Application
OnlyShowIn=GNOME;XFCE;LXDE
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=NetworkManager
X-GNOME-Bugzilla-Component=general
X-GNOME-Autostart-enabled=true
X-Ubuntu-Gettext-Domain=nm-applet
Oops, I had everything like yours except LXDE in the 'OnlyShowIn...' line.....added it now...
Hmmm.....rebooted, but Network Manager and Battery App the battwalker app you posted about, do not show up in task bar.....
Also, in start menu, System Tools, I see Network Tools, not Network Manager....
I did fix keyboard per your other post, seems to be OK now....
Thanks!