Closed sourcebox closed 3 years ago
Sadly I have no idea how AppImage works, I'm using Flatpak. Looks like it's missing some sort of dependency, or something is in conflict, hard to guess without any knowledge on this
This is out of scope of your project. I have to check somewhere else how it can be solved. Maybe by bundling some shared libraries into the AppImage, so they're used instead of the installed ones.
Searching for something along the lines of GTK3 App In AppImage
should hopefully yield some results
Just to let you know: I got it running after using a plugin for the linuxdeploy tool. This bundles a bunch of extra libs into the AppImage. If you're interested in the overall thing, you can have a look at the build script at https://github.com/sourcebox/dfu-buddy/blob/master/.github/workflows/build_linux.yml
I'm a little bit lost here. When building locally under Linux Mint 20.2 everything is fine. Building an AppImage via GitHub Actions using the ubuntu-18.04 image results in a crash when opening the file dialog:
So the dialog seems to do something with icons and there is some incompabiility between libraries. I don't expect any solution from you, but maybe you have a better knowledge than me what causes the problem.
You can download the AppImage here: https://github.com/sourcebox/dfu-buddy/releases/tag/0.1.0-alpha2