Hi everyone! 1. When building a linux native distr...
# compose-desktop
d
Hi everyone! 1. When building a linux native distribution, the laucher desktop file is packaged in
<installationPath>/lib/<packageName>/<packageName>-<packageName>.desktop
. I would like it to be contributed instead to
<installationPath>/share/applications
as per the XDG specification. How can I do that? 2. Also is it possible to have another name for the executable file than the
packageName
?
m
Hi Didier, not sure how to do that with jpackage but note that both of these things are possible with Conveyor (https://conveyor.hydraulic.dev/). Although, normally it's conventional that the main binary name is the same as the package name.