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
In 23.10, Ubuntu added some restrictions which are disabled by default (see here), but from 24.04 they are enabled by default and this is causing some problems with Electron (see here and here). electron-builder is working on this issue as part of version 26.x (they added an appArmorProfile option), but it's still in pre-release, so we are waiting for an official release to address this issue.
In the meantime, we can use sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 to disable those restrictions.
The text was updated successfully, but these errors were encountered:
agarny
changed the title
Make sure that we can run OpenCOR on Ubuntu 24.04 LTS
Make sure that we can run OpenCOR on Ubuntu 24.04 LTS and later
Feb 10, 2025
In 23.10, Ubuntu added some restrictions which are disabled by default (see here), but from 24.04 they are enabled by default and this is causing some problems with Electron (see here and here).
electron-builder
is working on this issue as part of version 26.x (they added anappArmorProfile
option), but it's still in pre-release, so we are waiting for an official release to address this issue.In the meantime, we can use
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
to disable those restrictions.The text was updated successfully, but these errors were encountered: