Proprio come da titolo, in questo articolo vedremo come installare su Ubuntu 11.10/12.04 un tema “in legno”, che ha quindi come colore principale il marrone.
L’installazione, da repository, è piuttosto semplice. Da terminale:
sudo add-apt-repository ppa:upubuntu-com/themes
sudo apt-get update
sudo apt-get install wood-theme
Per abilitarlo si può usare Ubuntu Tweak (o programmi simili) oppure, direttamente da terminale:
gsettings set org.gnome.desktop.interface gtk-theme ‘wood-theme’
gconftool-2 –set –type string /apps/metacity/general/theme ‘wood-theme’
[via]