LapawaDe

Fix missing icons in VMware Workstation for Linux

I’m using Xubuntu on several linux boxes and have seen missing icons in the VMware workstation GUI for several times now. This is annoying and makes every task a guess. Missing Icons Screenshot

The reason lies in a missing index.theme file as mentioned in this VMware community thread [Missing index.theme]. I picked the file from the Tango theme and copied it to folders with the VMware workstations icons. This icon theme seems to support the naming schema best as stated in another VMware community thread [Icon Naming Schema].

sudo apt-get install tango-icon-theme
sudo cp /usr/share/icons/Tango/index.theme /usr/lib/vmware/share/icons/hicolor/
sudo cp /usr/share/icons/Tango/index.theme /usr/lib/vmware/share/icons/Human/
vmware

Et voila. The icons are visible again. VMware workstation with icons

Used Versions