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
Temp terminal fix which worked for me: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
This fix isn't permanent, updates to linux seem to reset it, so you need to re-apply this fix occasionally on linux.
The text was updated successfully, but these errors were encountered:
grctest
changed the title
Known issue preventing app launching in fresh linux install
[Workaround] Known issue preventing electron based apps from launching in linux
Feb 11, 2025
Describe the bug
On linux there is a reoccurring issue preventing the launch of chromium in electron.
To Reproduce
Try to install and run the deb file in a fresh linux install, see it fail to launch and eventually provide a warning.
Expected behavior
The app launches.
Additional context
Known electron issue: electron/electron#42510
Temp terminal fix which worked for me:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
This fix isn't permanent, updates to linux seem to reset it, so you need to re-apply this fix occasionally on linux.
The text was updated successfully, but these errors were encountered: