How to install and enable the Faience icon (Ubuntu)


Open the terminal and run these commands to install the Faience icon theme and its variants:


root@penreturns:~$ cd /tmp
root@penreturns:~$ wget -O faience-icon-theme.zip http://goo.gl/aUFtm
root@penreturns:~$ unzip faience-icon-theme.zip
root@penreturns:~$ tar -xzvf Faience.tar.gz -C ~/.icons
root@penreturns:~$ tar -xzvf Faience-Azur.tar.gz -C ~/.icons
root@penreturns:~$ tar -xzvf Faience-Ocre.tar.gz -C ~/.icons
root@penreturns:~$ tar -xzvf Faience-Claire.tar.gz -C ~/.icons
Use Gnome Tweak Tool to enable this icon theme and its variants. You can instead enable the default Faience icon theme with this command:
root@penreturns:~$ gsettings set org.gnome.desktop.interface icon-theme 'Faience'
For Faience-Azur:
root@penreturns:~$ gsettings set org.gnome.desktop.interface icon-theme 'Faience-Azur'
For Faience-Ocre:
root@penreturns:~$ gsettings set org.gnome.desktop.interface icon-theme 'Faience-Ocre'
For Faience-Claire:
root@penreturns:~$ gsettings set org.gnome.desktop.interface icon-theme 'Faience-Claire'
Enjoy!

*copy code without root@penreturns:~$ 

Reply to this post

Post a Comment