On 1/1/2006, at 9:50, Simon Dorfman wrote:
I've attached a short screen capture movie showing how to do the Finder copy/paste of icons.
Thanks -- I'd missed that selection bit.
Could you explain the Application Bundle way of doing it? I'm curious how it works. I tried this:
$ cd ~/Library/Scripts/Applications/Finder/open\ in\ TextMate.app/Contents/Resources/ $ rm droplet.icns $ cp /Applications/TextMate.app/Contents/Resources/TextMate.icns droplet.icns
...but that doesn't change the icon in Finder. Is there something else I need to change?
Try: touch ~/Library/Scripts/Applications/Finder/open\ in\ TextMate.app
That'll update the date stamp on the actual application bundle, which is generally required for Finder to re-cache the icon.