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 runner doesn't work due to sandbox issue #4313

Open
nairbv opened this issue Dec 4, 2024 · 0 comments
Open

Linux AppImage runner doesn't work due to sandbox issue #4313

nairbv opened this issue Dec 4, 2024 · 0 comments
Labels
- auth Relates to Ente Auth

Comments

@nairbv
Copy link

nairbv commented Dec 4, 2024

Description

Running the AppImage on my system core dumps, seeming to cite an issue with the chromium sandboxing framework. I wouldn't really want to fix this by chowning to root, but even if I did, the file isn't still available after exiting.

$ ./Downloads/ente-1.7.7-x86_64.AppImage 
...
[3235189:1204/172839.294820: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_ente-1pBqxwl/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

$ ls /tmp/.mount_ente-1pBqxwl/chrome-sandbox
ls: cannot access '/tmp/.mount_ente-1pBqxwl/chrome-sandbox': No such file or directory
$ cat /etc/issue
Ubuntu 24.04.1 LTS \n \l
$ chromium-browser --version
Chromium 131.0.6778.85 snap

I assume it's using a version of chromium framework included in the AppImage, not the system one.

If it is using the system one though, I'm not sure if the 'snap' install could be an issue? I believe snap is the recommended install path today on ubuntu. apt-cache search chromium shows "chromium-browser - Transitional package - chromium-browser -> chromium snap."

Version

ente-1.7.7-x86_64.AppImage

What product are you using?

Ente Photos

What platform are you using?

Desktop - Linux

@nairbv nairbv added the triage label Dec 4, 2024
@ua741 ua741 added - auth Relates to Ente Auth and removed triage labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- auth Relates to Ente Auth
Projects
None yet
Development

No branches or pull requests

2 participants