Changing OS X Finder Icon in the Dock
Posted by admin Sat, 20 Dec 2008 16:06:00 GMT
I have not had much time to post here in a while due to my demanding work schedule. This may be a little pointless, but here it is:
The following steps will work for both Leopard and Tiger to change the Finder Icon in the Dock.
1. Open your Terminal application in Applications->Utilities
2. Type the following command
open /system/library/coreservices/Dock.app/Contents/resources 3. Go back to your Terminal and type the following command:
cd /system/library/coreservices/Dock.app/Contents/resources && mv finder.png finder.bak.png 4. Now type the following command in your Terminal:
sudo cp finder.bak.png /users/<your-user-name>/desktop/finder.png 5. Now you have a file called finder.png on your Desktop. Click on the file to select and hit Command-I or select Get Info from the file menu. Under Details in the Get Info Window, You will need to click on the little lock to unlock it and type your password.
6. Open thee finder.png on your desktop with Photoshop or your favorite Image Editor.
7. Edit and Save the file. You can Also Design your own transparent png. Just make sure it is 128x128. You can convert icon files to pngs as well, but I am not going to get into that in this post.
8. Click and Drag the saved finder.png file from your desktop to the finder window that you opened in step 2. You will be asked to Authenticate. Just click Authenticate and type your password.
Now you need to clear the icon cache for the dock:
9. Open a new finder window and hit command - F. In the drop down that appears in the upper left, You will need to select "Other". In the pop up window that appears, Check the Box next to "System Files" and hit OK. Then in the drop down next to the one that has "System files" selected, change from "Don't include" to "include".
10. Type com.apple.dock.iconcache in the spotlight search bar in that window, then drag the file that appears to your trash.
11. Go back to your terminal and type the following:
killall Dock I happen to really like the OS X Finder icon, so just switching the colors was enough for me.
Happy Hacking!


