Log in

View Full Version : [SOLVED:] Change desktop icon of a .jnlp web start file



JC61
05-17-2018, 04:03 AM
Hi

I have a Web shortcut icon on my desktop. Of course it shows a mug. I would like to change that to another .jpg or .ico.

Somewhere I found out that I could change the script :

<icon href="images/logo_tiny.jpg"/>
<icon kind="splash" href="images/logo_splash.jpg"/>

but that's probably not as easy as it looks, and i'm not a programmer.

Or maybe there's another way ?

Thanks for help !

SamT
05-17-2018, 06:44 AM
Right Click the Shortcut Icon and choose Properties, Then Web Document, then Change Icon.

JC61
05-18-2018, 02:15 AM
Right Click the Shortcut Icon and choose Properties, Then Web Document, then Change Icon.

Thank you Sam.
I use german language software so i'm not sure if i get the following translations right: The desktop icon that i want to change is not a link to a file (in which case your solution would work) but the file itself (not sure if i got that explanation right). And in this case there is no "Web Document" Tab in "Properties".

SamT
05-18-2018, 05:26 AM
As far as I know,(which is only as far as Windows 2003,) the only way to change a File's Icon is to change the Icon for all files with that extension.

Alternatively, create a shortcut to the file and Change the shortcut's Icon.

A clumsy workaround would be to rename that file with a custom Extension, (".myjnlp".) Then change the Icon for all (one) files with that custom extension, then assign the correct (original) application to open and run all files (one) with that Extension.

JC61
05-18-2018, 06:14 AM
As far as I know,(which is only as far as Windows 2003,) the only way to change a File's Icon is to change the Icon for all files with that extension.

Alternatively, create a shortcut to the file and Change the shortcut's Icon.

A clumsy workaround would be to rename that file with a custom Extension, (".myjnlp".) Then change the Icon for all (one) files with that custom extension, then assign the correct (original) application to open and run all files (one) with that Extension.

Hi !
Definitely create a shortcut an change the shortcuts icon.
Thanks vm.
JC