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
Describe the bug
OpossumUI AppImage does not start on Ubuntu 24.04+
To Reproduce
Steps to reproduce the behavior:
Open any machine (or VM) running Ubuntu 24.04
Download the most recent release (the AppImage version)
Try to open the AppImage via double clicking
Confirm sandbox access
AppImage does not open
Opening the AppImage via command line yields
hellgartner@dominikus-metavm:~/programs/opossumUI$ ./OpossumUI-for-linux.AppImage
[5523:0108/081918.385987: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_Opossu8S9j6E/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)
Expected behavior
App image does open
Screenshots
Desktop (please complete the following information):
OS:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
The test system is a KUbuntu system but given the links in the additional context as well as the failures for the e2e tests observed in #2704 this should be observable for all Ubuntu 24.04+ systems.
Additional context
Opening the AppImage works if you deactivate the sandbox:
Describe the bug
OpossumUI AppImage does not start on Ubuntu 24.04+
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App image does open
Screenshots
Desktop (please complete the following information):
The test system is a KUbuntu system but given the links in the additional context as well as the failures for the e2e tests observed in #2704 this should be observable for all Ubuntu 24.04+ systems.
Additional context
[Bug]: All versions of Electron (chromium upstream bug) fail to open on Ubuntu 24.04+ due to kernel.apparmor_restrict_unprivileged_userns=1 by default electron/electron#41066
.deb
but this remains unresolved for AppImages as the path to an AppImage is not defined, see Add apparmor profile electron-userland/electron-builder#8635 (comment)The text was updated successfully, but these errors were encountered: