Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Wreckie

macrumors regular
Original poster
May 9, 2011
231
0
Have been themeing ML for some time, changed some folders via dragging new folders to "Get info". As results didn't turn out so great as I tought it will be, now I need to revert icons. Luckily only 10 or so were modified so it is not hard to replace them again. Could anyone please upload default .icns?
Would be appreciated!
 

ConCat

macrumors 6502a
If you did the "copy icon into the get info window" thing, then here's what you do. If the icon you changed is an application ,some other kind of bundle or a folder, there should be a hidden file named "Icon?" in the bundle (or folder). Remove it, and the icon should return to normal. Use this command:

Code:
sudo rm /path/to/folder/or/bundle/Icon?

If it's a file, then use this command:

Code:
fileName=/path/to/file ;sudo xattr -d com.apple.FinderInfo $fileName; sudo rm $fileName/..namedfork/rsrc
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.