-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux AppImage doesn't start (Ubuntu 24.04) #96
Comments
Same issue here! Is there a workaround? |
./Quba-1.4.2.AppImage --no-sandbox |
Same here ( Kubuntu 24.04 ) |
dito with Ubuntu 24.10. The only way to start it seems to be with --no-sandbox, which is not good. |
As far as I understand that's because Ubuntu desperately wants to push it's snap format, so what would be the alternative? |
Get it into Debian as a normal not-AppImage application. Debian is the upstream distribution for a whole lot of other Linux distributions (Ubuntu just being one of many). Currently there are a number of German Debian Developers faced with the E-Rechnung topic and Debian is void of software to tackle the resulting problems. So, if you issue a request for help to the Debian Developer community, it is likely that you will find someone who will help you to package it and sponsor the addition to the distribution. Or you could start with creating a PPA and once it is established try to get the package into Debian. Me personally, I'd try to go the first route. |
Starting the AppImage on Ubuntu 24.04 doesn't work:
$ chmod a+rx Quba-1.4.2.AppImage
$ ./Quba-1.4.2.AppImage
[104376:1122/120559.439782:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_Quba-1fMdkOV/chrome-sandbox is owned by root and has mode 4755.
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)
I also tried version 1.4.1 but the issue remains the same.
The text was updated successfully, but these errors were encountered: