Solution 1:
Sounds like the icon cache may need to be cleared. The terminal command you'll want to run is:
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
..and then log out and back in.
Sounds like the icon cache may need to be cleared. The terminal command you'll want to run is:
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
..and then log out and back in.