Re: Running a jpackage app-image inside Flatpak

2024-10-14 Thread Alexey Semenyuk
Hi Mark, Try running app launcher with JPACKAGE_DEBUG env variable set to "true": $ env JPACKAGE_DEBUG=true /app/bin/example It will produce debug output in the console that might give a clue what went wrong. - Alexey On 10/5/2024 10:15 AM, Mark Raynsford wrote: Hello! I've been working

Running a jpackage app-image inside Flatpak

2024-10-05 Thread Mark Raynsford
Hello! I've been working on some tools to produce Flatpaks[1]. My thinking was that I could use jpackage to produce an app-image and then simply copy that app-image into a Flatpak and run it that way. This almost works, except that it seems that the actual executable produced by jpackage doesn't