Skip to content
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

Open
willamowius opened this issue Nov 22, 2024 · 6 comments
Open

Linux AppImage doesn't start (Ubuntu 24.04) #96

willamowius opened this issue Nov 22, 2024 · 6 comments

Comments

@willamowius
Copy link
Contributor

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.

@willamowius willamowius changed the title Linu AppImage doesn't start (Ubuntu 24.04) Linux AppImage doesn't start (Ubuntu 24.04) Nov 23, 2024
@stefpb
Copy link

stefpb commented Nov 25, 2024

Same issue here! Is there a workaround?

@whizzly
Copy link

whizzly commented Nov 26, 2024

./Quba-1.4.2.AppImage --no-sandbox

@Zotte0815
Copy link

Same here ( Kubuntu 24.04 )
->
[9731:1128/101817.109606: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-17KX2ka/chrome-sandbox is owned by root and has mode 4755.

@neuffer
Copy link

neuffer commented Dec 11, 2024

dito with Ubuntu 24.10. The only way to start it seems to be with --no-sandbox, which is not good.

@jstaerk
Copy link
Contributor

jstaerk commented Jan 7, 2025

As far as I understand that's because Ubuntu desperately wants to push it's snap format, so what would be the alternative?

@neuffer
Copy link

neuffer commented Jan 7, 2025

Get it into Debian as a normal not-AppImage application.
ie. package it as a DEB Package.
Then it will (normally) also become available in Ubuntu.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants