Ubuntu – Reverting back to Unity (Unity 7)

mirunityunity8

I think I messed up my Ubuntu 12.04. I really just want the 'dodge over window' feature that's why I followed the steps here:

http://www.webupd8.org/2013/01/unity-revamped-ppa-is-back-for-ubuntu.html

And now I have unity version 5.18

But every time I log in, I'm just getting a screen with my wallpaper and a mouse.

I enabled 'unity plugin' in ccsm, but didn't work.

I tried to uninstall unity and did these:

sudo apt-get install ppa-purge

sudo ppa-purge ppa:ikarosdev/unity-revamped

sudo apt-get update

sudo apt-get install unity

but still getting version 5.18. Now I'm thinking the best solution (I think?) is to completely remove unity and all it's components to get version 5.10.

Or if you have a different solution just for me to get back my desktop would be great.
Thanks for reading.

Best Answer

The latest is unity 5.18.0-0ubuntu2, so that's what you'd get after updating the system. The question is if you still get the undesired behaviour.

If what you have is the PPA-provided unity 5.18, maybe you could try changing your last command to:

sudo apt-get install --reinstall unity

so you get the Ubuntu version of the package to substitute the one from the PPA.

I do not know how safe it would be to purge the ppa-provided package first, but sure it sounds too dangerous to try unless you know exactly what you are doing.

Related Question