Skip to content

Instantly share code, notes, and snippets.

@ismyrnow
Created May 5, 2017 19:28
Show Gist options
  • Save ismyrnow/e92c6010cda9325b2d8811387a05f224 to your computer and use it in GitHub Desktop.
Save ismyrnow/e92c6010cda9325b2d8811387a05f224 to your computer and use it in GitHub Desktop.
Clear the icon cache on a Mac when you start seeing generic icons in Finder or the Dock
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
@jaredatron
Copy link

this fixed my files set to open with VLC having generic white icons :D

I also did this brew cask install qlvideo >D

@lastgleam
Copy link

you are my savior. thanks!

@dgaff
Copy link

dgaff commented Oct 4, 2018

Wow. Thanks so much for this.

@snowyoneill
Copy link

Danke! Fixed my preview issues right up.

@albertofwb
Copy link

that works.

Copy link

ghost commented Mar 22, 2019

Thank you so much! Fixed it in a matter of seconds.

@johnwyles
Copy link

johnwyles commented Mar 29, 2019

The touch command effectively does nothing (since they are all directories) so you can lose that part

@Jeronimystro
Copy link

Help! It made it worse! Instead of just Stickies having a generic icon, now Safari, Mail, Messages and Daylite all have generic icons too!

Suggestions anyone?

@Jeronimystro
Copy link

Hey, @ismyrnow. The command you posted initially made the situation way worse on my 2018 MBP, but after a couple of restarts many icons since slowly returned - including Stickies - either after restarting the computer or subsequent launches of the app, but some have remained stubbornly generic. Messages for example. Can you help?

@Jeronimystro
Copy link

@ismyrnow. UPDATE: All my app icons have since restored themselves, gradually. Most if not all the remaining ones repopulated when the app in question was opened.

@aminmirr
Copy link

aminmirr commented Jun 1, 2019

most of them didn't fix and the error is this:
touch: /Applications/(name of an app).app: Operation not permitted

@ing0mar
Copy link

ing0mar commented Jul 15, 2019

I made an account just to thank you op. I screwed up my Pock icons by clearing the cache and have no knowledge of how these things work

@widiu7omo
Copy link

thanks. it works on Mojave 10.14.6

@remicarreiro
Copy link

Not working for me in Catalina :( Still seeing generic icons for my video media associated with IINA

@xaliander
Copy link

xaliander commented May 20, 2020

Fixed my white icon problem for .rar files on Catalina 10.15.4
Thanks!

@shanshine-01
Copy link

Didn't work for me, but then again I have a slightly different problem - my app icon is showing up on top of the generic document icon.
Screenshot 2020-06-16 at 11 09 34 PM

Anyone knows how I can remove that white paper behind the icon?

@xaliander
Copy link

xaliander commented Jun 16, 2020

My PDFs look just as ugly. I even tried replacing the .icns file in Adobe Acrobat.app/Contents/Resources - no such luck. For whatever the reason it always shows a white sheet of paper behind the icon.

However I did find this:
https://community.adobe.com/t5/acrobat/acrobat-icon-displayed-incorrectly/td-p/11154816?page=1

@ranrodriguez
Copy link

The same thing is currently happening with me, as with @shanshine-01 but in my case it is with Word. The only way I have been able to fix it is with manually changing with icon in Get Info. No idea what to do.

@captain-carrot
Copy link

OSX Catalina, my Thunderbird icon had disappeared. Tried this and, although numerous Operation Not Permitted messages, the t/bird icon reappeared. Great!

@dardo82
Copy link

dardo82 commented Aug 3, 2020

I've a blank icon in the Finder
for the Time Machine's drive.
I've shortened your command
but it didn't work as expected.

sudo sh -c "rm -frv /Library/Caches/com.apple.iconservices.store;\
find /private/var/folders/ -name 'com.apple.*icon*' -exec rm -frv {} \;"

It even made the specific Google Drive Icon disappear...
although it came back by just restarting the Finder again.

@HenkMutsaerts
Copy link

My girlfriend updated to Big Sur two weeks ago, and recently her Dock icons disappeared, together with some icons in the system preferences pane. Running the suggestion at the beginning of this thread:

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

did fix the Dock icons. Let's hope that she will be spared from more initial Big Sur bugs, happy I didn't update yet... Any other suggestions are welcome!

@joshuanathanson
Copy link

joshuanathanson commented Feb 5, 2021

Worked for me, Mojave 10.14.6, thanks!

@surabhiagarwal-in
Copy link

Thanks a bunch! All my css files had somehow gotten associated with Tor and the onion wouldn't go away from the file icons even when I associated them with sublime editor by force. This helped get rid of the Tor onion and get the sublime icon.

@stewlis
Copy link

stewlis commented Jun 6, 2021

Does this clear the cache for all user accounts or only the one you run it under? (Update: never mind, it does!!! It’s fixed!)

@GeorgeL9
Copy link

Thanks for this.

@fantouch
Copy link

fantouch commented Mar 6, 2022

Works fine !

@vt-rli
Copy link

vt-rli commented Mar 17, 2022

Thank you! It works for macOS 12.3!

@adriel
Copy link

adriel commented Oct 25, 2022

this fixed my files set to open with VLC having generic white icons :D

I also did this brew cask install qlvideo >D

The OP didn't help me, but installing qlvideo does work as a workaround, on macOS 13.0 Ventura. (though the command has changed)

brew install --cask qlvideo

@Gabriele-LS
Copy link

Gabriele-LS commented Apr 30, 2023

It worked for me. Thanks for sharing.

I'm on a MacBook Pro 16-inch 2023 (M2 Max) with macOS 13.3.1.

@tmcintos
Copy link

Worked for me on 14.5 beta on M2 MBA. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment