I've made an app which changes the OSX Trash icon. However after it has replaced the icon .png files in .../CoreServices/Dock.app/Resources it will not show the new icon before the Trash has changed开发者_如何学Go state (fx. empty -> full or full -> empty). I've tried making the change appear by using killall Dock, killall Finder but not working.. I've also read about deleting a dock cache file in Library/Caches/com.apple.dock... But i can't seem to find this file?
Can you help me?
I actually ended up using the bash command find . -name com.apple.dock.iconcache
. Then I deleted all of the matches. It works perfectly!
there are two states for trash. the empty trash and the something in it trash icon....are u sure u have changed BOTH of them in the plist in your program... !! if u change both of them separately . i m sure it will work...
oh yes...and the plist ur looking for is in the folder /Users/(your username)/Library/Preferences/com.apple.dock..... hope this helps
精彩评论