Ubuntu 24.04 error related to Chromium apps with AppArmor
Describe the bug
This bug affects the app running on Ubuntu 24.04. After installing the latest version using the deb package, the app will not launch. I also tried with version 3.195.12.
Running the app from the command line produces the following output:
LaunchProcess: failed to execvp:
/opt/Standard
[1626729:1014/220043.212820:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22)
[1] 1626729 trace trap (core dumped) standard-notes
To Reproduce Steps to reproduce the behavior:
- Install the desktop app on Ubuntu 24.04
- Launch the app.
- App will not launch, may display an error depending on DE/WM
Expected behavior The app launching.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Ubuntu
- Browser: Application
- Version: 24.04
Additional context
I added the --no-sandbox flag as described in a similar issue.
The app works as expected.
In case this helps anyone, I've noticed this same problem in this and some other Chromium-based apps.
It doesn't seem to like that there is a space in the path name.
If you rename the folder from /opt/Standard Notes to /opt/StandardNotes for example, then it works.
Maybe future versions can change this folder name?