snwh / faba-icon-theme

Faba is a sexy and modern icon theme with Tango influences.
Other
71 stars 17 forks source link

Thunar displayed wrong in plank #56

Open NicoHood opened 8 years ago

NicoHood commented 8 years ago

Normally all filemanager except thunar use the system-filemanager.svg icon for their icon. However Thunar does it different and uses Thunar.png instead.

It would be nice if you could symlink thunar to the filemanager. Otherwise the default thunar icon appears in the plank dock which really looks bad.

A workaround to fix it quick and dirty (just to test in vm, this is not perfect at all)

 for size in 16 22  24 32 48 64 96 128 256; do
    sudo ln -s  /usr/share/icons/Faba/${size}x${size}/apps/system-file-manager.svg /usr/share/icons/Faba/${size}x${size}/apps/Thunar.png
  done