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

jackryan57

macrumors regular
Original poster
Nov 29, 2008
230
0
I want to change my icon for calengoo for a theme pack I installed. It does not have an icon so it displays the default icon.

I would like to browse to the default them location so I can see what this icon is called so I can replace it with an icon of my chosing, I just need to know what to call it.

Any help?? Thanks!!!
 
I want to change my icon for calengoo for a theme pack I installed. It does not have an icon so it displays the default icon.

I would like to browse to the default them location so I can see what this icon is called so I can replace it with an icon of my chosing, I just need to know what to call it.

Any help?? Thanks!!!

If you know what the name of the file should be (I assume it'd be calengoo.png or somesuch), you can just search for it from the root directory...

Code:
find / -name 'calengoo*' -print

As a bonus, if you'd like to locate a file with specific text in it a plist, perhaps), you can add grep to find...

Code:
find / -name '*plist' -exec grep -il calengoo {} \;

Perry
KidPub Press
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.