tags:

views:

460

answers:

3

I was wondering if it was possible to change the my Shoes app's icon? I imagine its style-oriented, but I haven't been able to find anything on it.

Is this possible?

A: 

So far, I am not sure that this is actually possible. in OS X, I was able to modify the package contents to change what the plist is pointing to in terms of icons. However, when the application runs, it uses the Shoes' runtime icon.

I have no clue how you'd do this on Windows.

Derek P.
I agree that it is not possible. I have searched for some time, including looking at the source, and I cannot find any mention.
A. Rex
+2  A: 

I don't believe this is possible from within Shoes. This is based on extensive searching, both online and in the source code.

However, there are a couple things external to Shoes that work. One is to simply change the file #{DIR}/static/shoes-icon.png, which is where the runtime pulls its icon from. The other is to change the hardcoded value in the file libshoes.so (or your OS's equivalent); you could use a hex editor, or any other editor that wouldn't mess the file up. Note that for the hardcoded editing to work without crashing, you have to replace the hardcoded string with something of the same length.

A. Rex
unfortunately, I believe you are right. Thanks for the answer!!
Derek P.
+1-I think it will help a lot
Webbisshh
+2  A: 

Use IcoFx. _why himself suggested this utility on the mailing list. You will find the instruction in the tutorial section of the icoFX website.

Abhijith