Closed IceWreck closed 3 years ago
Thanks for reporting. I noticed this same error on my Manjaro distro; I thought it was just me. What distro are you using? Will dig into this; I have to admit that I'm not sure what is happening as the AppImage is built from the same linux binary. It also makes the download 50MB larger! 😱 The dynamic linking in the AppImages is a blackbox for me.
What distro are you using?
Fedora 32
I think this is happening because the appimage wants GtkWebkit2 bundled inside it. (called webkit2gtk-4.0 in the debian repos, if you want to add it inside the appimage)
The regular binary uses the system's gtkwebkit so it works fine.
After many attempts, I'm giving up on AppImage's for now. Seems Flatpak might be a better option for the future.
Closing this issue, as the standalone linux build does work. If you really really want an AppImage please feel free to re-open.
Downloading the targz and running the binary works perfectly, but the appimage crashes on running. Looks like its incorrectly packaged.
BTW, Wombat is great, thanks for making it.