forum icon indicating copy to clipboard operation
forum copied to clipboard

Ubuntu 24.04 error related to Chromium apps with AppArmor

Open CybersShell opened this issue 1 year ago • 1 comments

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:

  1. Install the desktop app on Ubuntu 24.04
  2. Launch the app.
  3. 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.

CybersShell avatar Oct 15 '24 03:10 CybersShell

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?

silentJET85 avatar Dec 23 '24 03:12 silentJET85