You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating the OS to Ubuntu 24.04 and executing the latest Session AppImage from the commandline, it terminates with this message: [22482:1116/152451.248313:FATAL:zygote_host_impl_linux.cc(127)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
on the referenced site one reads: IMPORTANT NOTE: The Linux SUID sandbox is almost but not completely removed. See https://bugs.chromium.org/p/chromium/issues/detail?id=598454 This page is mostly out-of-date.
Starting the AppImage with the option --no-sandbox works, but is not a secure method of use.
Moreover the external dependence is outdated.
A convenient solution from the user's point of view would be an installation program that checks the dependencies on the target operating system and then installs everything necessary.
Expected Behavior
The Session UI should start.
Steps To Reproduce
install Ubuntu 24.04
download the Session AppImage for this OS
start the AppImage from the commandline
start the AppImage with the option --no-sandbox from the commandline
Desktop Version
session-desktop-linux-x86_64-1.14.2.AppImage
Anything else?
No response
The text was updated successfully, but these errors were encountered:
And now session-desktop works great again on Ubuntu 24.04!
Would it be good idea to inform the user who want to install session-desktop for Linux on https://getsession.org/download that there is an alternative way besides downloading the AppImage?
Yeah we should add a button to the website which links to instructions on how to install the .deb ( alongside the appimage button), tracking internally via WEB-350
Code of conduct
Self-training on how to write a bug report
Is there an existing issue for this?
Current Behavior
After updating the OS to Ubuntu 24.04 and executing the latest Session AppImage from the commandline, it terminates with this message:
[22482:1116/152451.248313:FATAL:zygote_host_impl_linux.cc(127)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
on the referenced site one reads:
IMPORTANT NOTE: The Linux SUID sandbox is almost but not completely removed. See https://bugs.chromium.org/p/chromium/issues/detail?id=598454 This page is mostly out-of-date.
Starting the AppImage with the option
--no-sandbox
works, but is not a secure method of use.Moreover the external dependence is outdated.
A convenient solution from the user's point of view would be an installation program that checks the dependencies on the target operating system and then installs everything necessary.
Expected Behavior
The Session UI should start.
Steps To Reproduce
--no-sandbox
from the commandlineDesktop Version
session-desktop-linux-x86_64-1.14.2.AppImage
Anything else?
No response
The text was updated successfully, but these errors were encountered: