Let us face it, many like me were disappointed that Ubuntu 11.10 came only with the Unity interface. I am sure I would have gotten used to it in a while, but it was too darned slow for my liking. One of the reasons why I like to work with Linux is that it doesn't have unwanted extra baggage that bogs down the system. It is not that I dislike the interface, it is a new idea, especially the Dash, but it is sluggish. And when I say sluggish, I mean really sluggish. The Dash takes more than 2 seconds to open after its icon is clicked. Now that is unacceptable to me.
A good option is to switch back to the Gnome Shell. This is different from the classic interface on previous versions and it is sluggish too, but not as sluggish as Unity. To install, run the following command in a terminal :
$ sudo apt-get install gnome-shell
In case of any problems while logging in, refer to this : Ubuntu Forums
The best option, according to me, is to install LXDE. To install, run the following command in a terminal :
$ sudo apt-get install lxde
After you finish that, logout of Ubuntu and then on the login box click on the gear-shaped icon on the top right corner. Choose LXDE and login. Voila, you have a new desktop environment that is lightweight, well designed and gets the job done without reducing the performance of your system :)
Also, if you have problems selecting a wifi hotspot after installing LXDE, do the following :
Open the autostart file for LXDE by going to Menu > Accessories > LXTerminal and type the command -
$ sudo nano /etc/xdg/lxsession/LXDE/autostart
Then add the following for the user : @nm-applet
Save changes and reboot. The applet will appear in the lower right of the panel and you should be able to view and connect to your wifi hotspot.
You can switch back to Unity anytime you feel like by choosing Unity from the menu while logging in. Hope this helps :)