beryx-gist / badass-runtime-example-javafx

A small JavaFX application that shows how to use the Badass Runtime Plugin
Apache License 2.0
26 stars 3 forks source link

Icon image of linux - JPackage Image #16

Closed Srijan-Sengupta closed 4 years ago

Srijan-Sengupta commented 4 years ago

How do i change the icon of my application from default icon of JPackage Image to another Image of mine and also how can I configure the .desktop file of the deb and rpm file?

siordache commented 4 years ago

For changing the icon, see this answer.

I didn't try it myself, but as described here, you need to add your customized .desktop file to the resource directory. In the case of this example project, this means that you need to put a hellofx.desktop file into src/main/resources.

Srijan-Sengupta commented 4 years ago

I am extremely sorry to open an issue on runtime plugin when I was using jlink plugin. Very sorry for that, I am closing this Issue. Thank you.