Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



macOS - Empty and C...
 
Share:
Notifications
Clear all

[Solved] macOS - Empty and Clear the macOS Icon Cache

1 Posts
1 Users
0 Reactions
7,031 Views
 Hans
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
Topic starter  

MacOS caches icons, which is a good thing for speed and such, but when tinkering with icons this can be a pain.
Instead of your "new" icon, your old icon remains showing no matter what you do, or you system starts showing generic icons, which is not wanted either.

The Icon Cache can be cleared with the following Terminal statement (it is one single line, requires your admin.sudo password and of course; use at your own risk, I just tested it with Mojave and it works):

sudo rm -rfv /Library/Caches/com.apple.iconservices.store; sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec rm -rfv {} \; ; sleep 3;sudo touch /Applications/* ; killall Dock; killall Finder

(source)


   
ReplyQuote
Share: