Thunar Icons Missing
Try installing gnome-icon-theme-full
.
I'm on Xubuntu 12.04 and using awesome WM. I can confirm that installing gnome-icon-theme-full
partly solve the problem. I can also confirm it just install one single package without any excessive dependencies. But it has some side effects. It replaces some Xubuntu customised icons and makes them look weird. So I deleted it. After doing some search, I find another solution here works better. Just install lxappearance
and choose a icon theme. You can also change your gtk theme using it. It's weird that xfce4-settings-manager
doesn't work under awesome.
I run i3 on Xubuntu 18.04, this worked for me:
- Create/modify the file
.gtkrc-2.0
in your home directory - Add/edit the line
gtk-icon-theme-name="gnome"
, changegnome
to your desired icon theme.
This can be done by executing echo "gtk-icon-theme-name=\"gnome\"" >> ~/.gtkrc-2.0
in your terminal.
Credit: https://www.linuxquestions.org/questions/slackware-14/no-icons-in-thunar-when-running-out-of-xfce-4175469261/#post4988339