Sign in to follow this  
Ekcin

Wurm Icon for Desktop starter on Linux

Recommended Posts

This is a minor issue, but though .. If you install the game from the .tgz file it creates a wurm-launcher directory at your desired location (up to you), but that one only contains WurmLauncher executable. When creating starter icons on desktop you have nothing but those provided by the operating system. Ok, I stole a wurm_icon_32.png from some old jnlp-installation on one of my boxes, and distribute it to every new box. Would be nice if it were in the download anyway.

 

 

Share this post


Link to post
Share on other sites

Could you send me this icon? I use the one I stolen from the Website. 

 

If anyone wants a desktop icon on Linux: create a file ~/.local/share/applications/wurm.desktop with the following content:

 

#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=Wurm Online
Exec="/FULL/PATH/TO/WURMLAUNCHER"
Icon=/FULL/PATH/TO/ICON.PNG
Categories=Application;

Then run update-desktop-database command.

 

Share this post


Link to post
Share on other sites
2 hours ago, Platyna said:

Could you send me this icon? I use the one I stolen from the Website. 

 

If anyone wants a desktop icon on Linux: create a file ~/.local/share/applications/wurm.desktop with the following content:

 


#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=Wurm Online
Exec="/FULL/PATH/TO/WURMLAUNCHER"
Icon=/FULL/PATH/TO/ICON.PNG
Categories=Application;

Then run update-desktop-database command.

 

 

https://i.imgur.com/X59aQBD.png

 

X59aQBD.png

 

That is the one. Original name was wurm_icon_32.png

Edited by Ekcin

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this