-
Notifications
You must be signed in to change notification settings - Fork 28
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
Does not start on Ubuntu 24.04+ due to Electron issue with sandboxing #2706
Comments
Ideas/Thoughts
|
When fixed, please also make sure to remove the exception for renovate bot |
I just tried to reproduce this locally and interestingly it just works when you execute the AppImage from the terminal inside VSCode. I have no idea what difference that could possible make... |
Once fixed, also see if you can use the arm runner: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ |
First attempt looking into distribution via
|
Did you verify that the app starts and works as expected? For me the build process went just fine but when starting the app there were a lot of graphical issues |
|
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: