Building an AppImage in a Docker Container - AppImage starts but exits immediately due to NoGlutinConfigs
#5091
Unanswered
the-drunk-coder
asked this question in
Q&A
Replies: 1 comment
-
Seems to be a generic issue ... I tried to build the AppImage in an Ubuntu VM ... in the VM, it works, but it doesn't work on my Arch system. Guess it's more of an AppImage problem than an egui problem, but it'd still be interesting to know ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build my egui app as an AppImage in a Docker container (tried Ubuntu and Debian hosts so far).
The resulting AppImage starts on my Arch system, but exits immediately with the following error:
I'm using the latest egui release (0.28.1), and I've tried Ubuntu 22.04, Debian bullseye and bookworm, but it's the same error.
When I build the AppImage on my Arch system, the AppImage runs just fine.
Does anyone have a hint?
I'm trying to build the application on Ubuntu or Debian because I've found in the past that the ones I built on Arch are not very portable ...
Best,
N
Beta Was this translation helpful? Give feedback.
All reactions