-
Notifications
You must be signed in to change notification settings - Fork 466
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
Ubuntu 24.04: Crashing on Launch, AppArmor profile or --no-sandbox required to fix #965
Comments
Thank you for highlighting this. For reference, this is tracked upstream in electron as electron/electron#41066 |
same applies to my devuan daedalus install LANG=C ; aptitude show jitsi-meet-electron Homepage: https://github.com/jitsi/jitsi-meet-electron#readme above file did not work : |
Description
An AppArmor profile is required for chromium (and therefore electron) based applications to start up on Ubuntu 24.04 in its default configuration.
Current behavior
Without the presence of an apparmor profile, jitsi-meet crashes on startup with the following output:
Unsurprisingly, the core dump doesn't give much useful information at all:
The syslog contains a hint about this being related to apparmor:
For some reason, the
DENIED
message only shows up the first time on a given boot, but otherwise, the behavior is the same.Expected Behavior
It should just start up.
Possible Solution
Adding a standard chromium boilerplate apparmor profile to
/etc/apparmor.d/jitsi-meet
, such as the following one, and loading it into the kernel (for example withsystemctl reload apparmor
) makes jitsi-meet start up fine:Steps to reproduce
Install the 2024.5.0 version of jitsi-meet-amd64.deb on Ubuntu 24.04 with its default AppArmor configuration.
The text was updated successfully, but these errors were encountered: