4 069
contributi
Riga 82: | Riga 82: | ||
<pre> | <pre> | ||
# aptitude install firefox thunderbird centericq htop vim gftp abiword gnumeric | # aptitude install firefox thunderbird centericq htop vim gftp abiword gnumeric | ||
</pre> | |||
==Dove trovare i temi GTK== | |||
E' possibile ottenere i temi GTK nella sezione GTK di FreshMeat (http://themes.freshmeat.net/browse/58/).<br/> | |||
Per installare i temi c'è solo bisogno di decomprimere questi file in <code>~/.themes</code>. Quindi: | |||
<pre> | |||
$ mkdir ~/.themes | |||
$ cd ~/.themes | |||
$ tar -zxvf theme-name-here.tar.gz | |||
$ tar -jxvf theme-name-here.tar.bz2 | |||
</pre> | |||
Alcuni temi sono installabili anche via <code>apt-get</code>: | |||
<pre> | |||
apt-get install gtk-engines-industrial | |||
apt-get install gtk-engines-* | |||
</pre> | |||
Per utilizzare i temi scaricati, basta installare: | |||
<pre> | |||
# apt-get install gtk-theme-switch | |||
# apt-get install gtk2-theme-switch | |||
# gtk-chtheme | |||
</pre> | </pre> |