Fzang macrumors 65816 Original poster Jun 15, 2013 1,317 1,083 May 24, 2015 #1 I've installed the latest public preview of the new Microsoft Office, but for some reason the document icons of the older version of Microsoft Office still linger in some places. Is there a cache I should flush somewhere?
I've installed the latest public preview of the new Microsoft Office, but for some reason the document icons of the older version of Microsoft Office still linger in some places. Is there a cache I should flush somewhere?
w0lf macrumors 65816 Feb 16, 2013 1,268 109 USA May 24, 2015 #2 Code: sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \; sudo find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {} \; sudo mv /Library/Caches/com.apple.iconservices.store com.apple.ic
Code: sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \; sudo find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {} \; sudo mv /Library/Caches/com.apple.iconservices.store com.apple.ic