Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

.ico file included with Linux client?

MC Seattle
Registered User
Join date: 3 Apr 2006
Posts: 63
04-22-2006 21:05
When I was creating a shortcut on the Gnome toolbar for Second Life I noticed the SL folder includes an ICO file, a Microsoft created file format for small images, but no PNG or SVG for Linux. I don't even have an easy way of converting from ICO to PNG to get a proper icon on my toolbar.
Willis Witte
Registered User
Join date: 20 Apr 2006
Posts: 3
04-23-2006 05:28
Open up the .ico file in gThumb and then save as... and just change the file extension to .png worked perfectly for me.
Drake Bacon
Linux is Furry
Join date: 13 Jul 2005
Posts: 443
04-23-2006 12:02
ICO is basically 1-bit alpha'ed BMP's. ImageMagick and Gimp should handle them.
MC Seattle
Registered User
Join date: 3 Apr 2006
Posts: 63
04-23-2006 15:18
Seems I posted this a little hastily, it turns out Gnome will read the ICO file just fine, and gThumb converted it fine as well. For some reason when I initially tried to open it in Gimp (2.2.10) it refused to open it. Thanks for the help everyone.
Kate Mommsen
Registered User
Join date: 22 Nov 2005
Posts: 10
04-23-2006 15:19
If you have ImageMagick installed, try 'convert foo.ico foo.png' on the command line. FWIW, XFCE will use unmodified ICO files just fine.