Ubuntu – How to install Emerald Theme Manager, and switch between Emerald and Metacity themes

11.10emeraldmetacitythemes

I want to get Emerald Theme Manager to work in Ubuntu 11.10 and activate its themes. Also, I want to be able to switch between Emerald themes and the originally installed (Metacity) themes. How do I do it?

Best Answer

Another solution is to install emerald version 0.9.5 via PPA :

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install emerald

After installation, press Alt+F2 and type emerald --replace.
And if u want to get back to gtk themes press Alt+F2 and type gtk-window-decorator --replace.


source: here

Related Question