Cambiare tema Gnome 3

Ciao a tutti, è da tempo che volevo farlo cioè vorrei cambiare tema utilizzando uno “meno stancante” (sfondo chiaro, lettere scure) rispetto a quello classico di Gnome 3 (sfondo scuro con lettere chiare). Ho trovato questo tema http://gnome-look.org/content/show.php/Zukitwo?content=140562 e vorrei installarlo. Ho seguito passo passo le istruzioni:

[code]xtract the zip file to the themes directory i.e. /usr/share/themes/

Sometimes you may also need to set the proper permissions with the following command in a terminal:

sudo chmod -R 755 /usr/share/themes/Zukitwo && sudo chmod -R 755 /usr/share/themes/ZukiShell

To set the GTK theme in GNOME, run the following commands in Terminal,

gsettings set org.gnome.desktop.interface gtk-theme “Zukitwo”
gsettings set org.gnome.desktop.wm.preferences theme “Zukitwo”

For the gnome-shell theme,
gsettings set org.gnome.shell.extensions.user-theme name “ZukiShell”

Sometimes the window border may not be working in Gnome. To fix this you need to copy the theme to ~/.local/share/themes/ or create a symlink to that location.[/code]

però andando su gnome tweak tool vedo solo il tema di default… come mai? Qual’è l’esatta procedura per cambiare tema?

  1. Esegui questi, in sequenza
$ mkdir -p ~/.local/share/themes/Zukitwo
$ cd ~/.local/share/themes/Zukitwo
$ wget http://gnome-look.org/CONTENT/content-files/140562-Zukitwo.zip
$ unzip 140562-Zukitwo.zip
$ gsettings set org.gnome.desktop.wm.preferences theme "Zukitwo"
$ gsettings set org.gnome.desktop.interface gtk-theme "Zukitwo"
  1. Dopodiché, apri “Gnome Tweak Tool”, scheda “Estensioni”
  2. Abilita “User Themes”
  3. Esci dalla sessione Gnome e rientra.
  4. Apri nuovamente “Gnome Tweak Tool”, scheda “Aspetto”
  5. Tema della shell: clicca su “nessuno”. Entra nella tua home e naviga fino a “.local/share/themes/Zukitwo”. Qui, seleziona il file “140562-Zukitwo.zip”
  6. Una volta installato, dalla combobox seleziona “Zukishell”

riesumo questa discussione, su fedora 25 (che tra qualche settimana passa alla versione 26) come faccio a sapere la versione di Gnome installata? il cambiare tema sta diventando una necessità :doc:

$ gnome-shell --version