Changing icons in Snow Leapard

Hi folks, I also have a problem changing my icons now that I have Snow Leopard, this has been addressed on another thread but the solution was to re format the drive. Could someone explain what this means please as I'd like to be able to switch back to my old icons now that I have Snow Leopard? Thanks.

macbook, Mac OS X (10.6.1)

Posted on Sep 16, 2009 11:25 AM

Reply
12 replies

Sep 16, 2009 1:21 PM in response to baltwo

When I installed Snow Leopard my icons for Safari, mail, itunes etc changed back to their original ones. When I try to do the usual cut and paste using the the 'get info' in finder it doesn't work. The paste element is greyed out and if I do cmd v I get the 'donk' noise... Apparently reformatting the drive is the solution but but I don't know what's involved in that so hoping someone can advise me so that I can give it a go and see if it does the trick. Sorry for being too vague with first post.

Sep 18, 2009 6:42 AM in response to baltwo

Thanks for the replies folks and perhaps I'm a complete dunse but I cannot figure either of these solutions out... Can't find 'contents' under 'mail' and don't know how to quit finder as per:

as a workaround I quit the Finder, and relaunched it as root in Terminal:
sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

This makes no sense to me at all, anyone able to explain in simplified language?

Thanks for your help, hope to get there in the end!

Sep 18, 2009 11:40 AM in response to baltwo

baltwo, that will work for changing icons but not color labels which is what the OP wants to do. Unfortunately, there are no graceful workarounds.
Here are a few possible ways to do it, all requiring terminal.

Method 1. do what that mac os x hint suggests.
quit Finder from Activity Monitor. it will stay quit and not restart buy itself that way. then start Finder as root by running the following terminal command

sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder


this will start finder as root and you'll be able to change labels (and if you want icons) normally.

then quit Finder from Activity Monitor and start it again normally by clicking on the finder icon in the dock.

Method 2.
activate root account, log in as root and do it from there the usual way.
log out and log back to your account and deactivate root.

method 3. Change ACLs on /Applications temporarily.

First run


sudo chmod -R +a "admin allow list,addfile,search,delete,add_subdirectory,deletechild,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown" /Applications/*


then change labels and/or icons as you like normally. then put the ACLs back how they should be.


sudo chmod -RN /Applications/*
sudo chmod +a "everyone deny delete" /Applications/Utilities

Sep 22, 2009 7:12 AM in response to arseymcflipflop

arseymcflipflop wrote:
In fact, ignore my last post, I think VK's 'method 1' looks like my best option but again, could someone put it in layman's terms for me please? Much obliged.

I thought it was kind of in layman's terms already 🙂 here it is again with some more details.

Open terminal.app and Activity Monitor.app. Both are located in /Applications/Utilities. Activity monitor will show the list of your active processes. select Finder and use the Quit button in the toolbar to quit it.
then paste the following into terminal window

sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

press enter in terminal. you'll have to enter your admin password (which you won't see). that's normal. this will start finder but as root not you so you'll have read+write access to everything from this finder.
Change any icons you want in the usual way. then log out/in.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Changing icons in Snow Leapard

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.