14.04 - No File Type Icon - Ask Ubuntu
i work lot of files , need file type icons identify file types. however, on ubuntu 14.04.5 lts gnome, don't have file type icons. example test.c not show normal icon.
how fix this?
i recommend faenza icon set http://tiheum.deviantart.com/art/faenza-icons-173323228
to install open terminal , enter:
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install faenza-icon-theme
now activate following command:
gsettings set org.gnome.desktop.interface icon-theme faenza
alternatively can install gnome-tweak-tool via sudo apt-get install gnome-tweak-tool
, change settings in there.
Comments
Post a Comment