Ubuntu – Upgrading to Gnome 3.4 breaks Unity and gnome-shell in 11.10

gnomeunity

I have upgraded my gnome shell to 3.4 in Ubuntu 11.10 through

sudo add-apt-repository ppa:ricotz/testing 
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install gnome-shell

But it broke my system. Gnome shell is completely broken – When I login it just shows desktop wallpaper and nothing else.

And importantly Unity is also broken. Attaching the screenshot

Screenshot

Some main issues

1)Two menus are appearing now – Global menu as well as application menu
2)Icons on top-right panel are appearing weirdly
3)My Default Ambiance Theme also got screwed. Instead of black color menus, I am seeing white color menus.

How do I fix them? Or Do I have an option to revert back to original settings or will reinstalling Unity/Gnome Shell helps ?

Best Answer

The best solution to your problem is to install Ubuntu 12.04 as Jeremy suggested above. Rather than spend countless hours trying to find a way to undo the damage you can start fresh. You can try to upgrade but if it's broken now it may be just as broken when you get done upgrading. Really it's easier to start with a clean install and avoid using packages that aren't meant to be used with your version of ubuntu. 12.04 is nearly out of beta anyways and will be supported much longer than 11.10.

Related Question