probonopd
probonopd
OK, some more checks ;-)
It looks like `usr/share/azpainter` is bundled inside the AppImage, as we can see: ``` me@host:~$ /home/me/Downloads/AzPainter-git.06f7d09-x86_64.AppImage --appimage-extract (...) squashfs-root/usr/share/azpainter/ ``` However, the `azpainter` application tries to load the data from...
I used what I described above as a "hackish workaround" ;-)
We don't use an AppRun launch script anymore. Can't the appplication itself use a path relative to the main executable?
Making the application relocateable is something that is not specific to AppImage. Here is a good resource on the topic: https://github.com/limbahq/binreloc
The source code should be changed so that `` is automatically set based on where the main exeutable is. See https://github.com/limbahq/binreloc. In the meantime, you may want to write a...
Does `./appdir/usr/share/applications/*.desktop` exist?
You must ensure that `./appdir/usr/share/applications/azpainter.desktop` is there. I don't know how AzPainter's Makefile works.
Please retry, maybe just an intermittent issue.
Next up, check out https://github.com/probonopd/uploadtool - if you put the AppImage on GitHub Releases, users will be able to easily find it. Right now, they would have to search for...