How can I install themes in ubuntu 12.10 ?
For example, how can I install the following themes on ubuntu:
22 Answers
You download it, extract it to ~/.themes, and you can use ubuntu tweak tool to select the theme. I will guide you through it with the grayday theme you selected in gnome-look.org.
Just a warning, not all themes work nicely under unity.
Download grayday, and double-click it in nautilus to open it in the archive manager. You will see a folder called "GrayDay".
Drag that folder into your
~/.themesfolder. This is in your home directory. You will have to click "show hidden files" (under view). If you still don't see it, you will have to make the directory in your home folder. Just click make new folder and call it.themes.Download ubuntu tweak tool from here. Just double click the downloaded .deb file and you should be able to install it through the software-center.
Once you have it installed, open ubuntu tweak tool and go to "Tweaks" and click theme.
Select Grayday in GTK theme and Window theme.
It should work.
5No extra downloaded third party software is needed.
For gnome shell, you can install the gnome-tweak-tool:
sudo apt-get install gnome-tweak-toolFor Ubuntu unity, you can either install the gnome-tweak-tool or you can use the unity-tweak-tool to change themes:
sudo apt-get install unity-tweak-toolDownload and extract all themes to your ~/.themes directory. Run the following command to create this directory:
mkdir ~/.themesThis directory is hidden, so you must press CTRL + H after you open nautilus to display hidden files if the directory is not displayed.
Once the theme has been downloaded and extracted to your ~/.themes directory, open either gnome-tweak-tool or unity-tweak-tool to select the theme.