Skip to content

[BUG] AppImage and .dev not opening. "No usable sandbox" #1741

@prodrevgit

Description

@prodrevgit

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Opening the AppImage brings no response when double-clicking. If I try to open in the terminal with:

SESSION_SSE42_OVERRIDE=1./session-desktop-linux-x86_64-1.17.5.AppImage

I get this message:

SESSION_SSE42_OVERRIDE=1 ./session-desktop-linux-x86_64-1.17.5.AppImage
[40109:1217/103436.638360:FATAL:zygote_host_impl_linux.cc(128)] No usable sandbox! If you are running on Ubuntu 23.10+ or another Linux distro that has disabled unprivileged user namespaces with AppArmor, see https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. Otherwise see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the (older) SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
Trace/breakpoint trap (core dumped)

So I do:

SESSION_SSE42_OVERRIDE=1 ./session-desktop-linux-x86_64-1.17.5.AppImage --no-sandbox

And that opens it fine.

When I try to install with the .deb, I get an error that says there are missing dependencies. I'm assuming the missing dependency is the sandbox.

Installing the Snap package is fine.

ChatGPT says the error is related to the sandbox in Chromium (which Session is built on).

Expected Behavior

AppIimage should open upon double clicking, no terminal needed.

.deb should install without error about missing dependencies.

Steps To Reproduce

Ubuntu 23.10+
Run AppImage - see nothing happen
Run .deb installer - see error message about missing dependencies

Desktop Version

1.17.4

Anything else?

Device: Desktop Linux

OS: Kubuntu 24.04 LTS

CPU: 4 × Intel® Core™2 Quad CPU Q9550 @ 2.83GHz

Graphics: Mesa Intel® G45/G43

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions