閱讀608 返回首頁    go iPhone_iPad_Mac_apple


Strange icon behaviour in Sierra 10.2.3

Has anyone else noticed this strange icon behaviour? Up to Sierra 10.2.2 the icons for my music files always appeared like this:

a.jpg

Now, after upgrading to 10.2.3 two days ago I´ve noticed that music file icons show up like this in a Finder window or on the desktop:

b.jpg

Oddly, the Information window still retains the previous colourful, more pleasing version:

yyy.jpg

This also happens when starting in Safe Mode, and Disk Utility finds no problems. I´m sure there might be some “.plist” files or similar that I could try deleting, but thought I´d wait and see if another forum user might have the answer before I fiddle and tinker! It´s not an important issue as far as I´m concerned and might just be a harmless bug. All other icons show normally and everything else works fine. It´s just rather odd...!!

 

Thanks for any help/observations! Cheers, Ian.



Hi,

 

If you’re seeing any weird behavior with icons, the chances are good that the Icon Services cache is corrupted and needs to be reset. Here’s how you do it using the Terminal:

 

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 rm -rf /Library/Caches/com.apple.iconservices.store

 

After running those commands, you’ll need to restart your Mac.



Hi,

 

If you’re seeing any weird behavior with icons, the chances are good that the Icon Services cache is corrupted and needs to be reset. Here’s how you do it using the Terminal:

 

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 rm -rf /Library/Caches/com.apple.iconservices.store

 

After running those commands, you’ll need to restart your Mac.



Hi anonyme4321, and thanks so much for the swift reply! That did the trick...your help solved my "issue"!! Cheers, Ian.



Thanks man



最後更新:2017-08-24 21:05:54

  上一篇:go Syncing Notes from iCloud not working
  下一篇:go Problems with upgrading to macOS Sierra