To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

request: additional tray icons

frank hallam - Mon 28/04/2008 15:50:37 CEST +0200

please change the tray icon to something more high-res, like in putty tray. I have tried changing it myself but the program doesn\'t work once complete. thanks!

Cyd - Mon 28/04/2008 20:27:13 CEST +0200

Yes the program is protected against any change.
If you want I can add your own icons (send them to me: ).
But think about the size. Actual icons are 204 ko (over 380 ko for the whole binary).

Cyd

Cyd - Tue 13/05/2008 13:44:17 CEST +0200

From KiTTY 0.60.64, you can known use your own icons to identify your sessions instead of internal "That's all folks" icons. Actually the number of personnal icons is limited to 43.
To use your personnal icons, you need a compiler (such as MinGW) to create a DLL named kitty.dll.

  1. Write this code into a kitty.rc file:
1 ICON \"putty.ico\"
2 ICON \"puttyprd.ico\"
...
43 ICON \"putty3.ico\"
(Don't forget to replace the icons filenames with your own)

  1. Compile with these two commands
windres kitty.rc kitty.res.o
gcc -shared -o kitty.dll kitty.res.o

  1. Then put the kitty.dll into your kitty directory.

crash - Wed 24/09/2008 21:17:08 CEST +0200

hi,
If it is possible please remove the default icon pack(That\'s all folks!) from kitty.exe and add it to an external dll file,
if anyone need additional icons can download the dll, but if who not need icons, have a less kitty.exe. Please do not compress exe with upx, and add the external icon dll tutor from http://9bis.net/kitty/?action=forum&id=0003 to \'An icon for each session\' page.

crash




Answer


The forum is actually closed