-
Notifications
You must be signed in to change notification settings - Fork 488
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
Application does not run on Ubuntu 24 #4695
Comments
Upstream electron issue: electron/electron#42510 |
This comment was marked as outdated.
This comment was marked as outdated.
Resolution options:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Another creative fix by the creators of Jitsi Meet - jitsi/jitsi-meet-electron@4cc851d#diff-423e46c9c92d87429736867be8c57c7e2daa8467b9f1940223a80927b401391aR5. They do take the route to start the application with |
Give the
|
Give the
Turn to other resolution options if you don't have the necessary permissions to create such profile on your machine. |
I propose that we follow the documentation route, backed by this: #4695 (comment). |
ResolutionsSandboxing is a security concern used by the modeler, and restrictions to it enforced by modern Linux distributions, including Ubuntu 24, require you, the user, to get active. To address this issue, you have to either allow the modeler to use sandboxing or disable the sandbox all together (not recommended). Create AppArmor profile (recommended)Tip This change will persist across modeler updates, but requires Add an apparmor profile to allow Fix permissions of
|
Linked to troubleshooting guide via camunda/camunda-docs#4607. |
Related to camunda/camunda-modeler#4695 Co-authored-by: Christina Ausley <[email protected]>
Solved through additional documentation via camunda/camunda-docs#4607. |
Describe the bug
I try to run the latest Camunda Modeler distribution from the command line on Ubuntu 24.04, and get the error below:
Steps to reproduce
Expected behavior
I can start the app on Ubuntu 24+.
Environment
Additional context
This happens because modern Linux distributions (Ubuntu 23+, Debian 12+) enforce restrictions on unprivilaged user namespaces, a feature that Electron (and thus Camunda Modeler) uses as a security measurement.
We recommend you to create an AppArmor profile to allow the app to use the user namespaces feature. Alternative resolutions including a non-root option exist.
More details can be found in the upstream issue.
The text was updated successfully, but these errors were encountered: