Possible Duplicate:
Unity doesn't load, no Launcher, no Dash appears
I've just upgraded from 10.04 -> 10.10 -> 11.04 and after the reboot, I'm presented with my desktop wallpaper, a mouse cursor.... and that's it!
I was able to get to firefox, but only by hitting the power button, clicking Help, and then selecting "Get help online".
Alt-F2 doesn't show the run dialog, so I'm unable to get to a terminal or anything!
Any ideas or help?
update : I was able to boot in recovery mode and started the root terminal with network access. apt-get remove ubuntu-desktop && apt-get ubuntu-desktop
did not change anything
sudo apt-get remove ubuntu-desktop && sudo apt-get install ubuntu-desktop
– Alvar Sep 15 '11 at 05:24Alt-Ctrl-T
opened the terminal for me in the end. – nickf Sep 16 '11 at 04:42gnome-panel
got the header panel back again, which helped. From there I was able to get to the config and turn off the auto-login, and then I was able to choose a different desktop from the login screen. I'm currently running on Unity now, and it's fine. Thanks for the help. – nickf Sep 20 '11 at 13:02