-
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
Properly package native modules #556
Comments
Temporary workaround: |
Thanks for the report! I think this should be reported to electron-builder, so the bundle is created with the addonss outside of it. This may have some implications when code signing on macOS though. |
@daenney Is this happening with the AppImage or with the debian package (or both)? For mac there was a similar issue (in that case preventing macOS signing of the native addons) and I fixed this via asarUnpack in the mac section: https://github.com/jitsi/jitsi-meet-electron/blob/master/package.json#L47 |
The AppImage. I'm using the AUR package for it |
The odd thing is, the documentation suggests all of this should be already happening for you: https://www.electron.build/generated/platformspecificbuildoptions
But at least setting |
The AUR module unpacks the AppImage (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jitsi-meet-desktop-bin), so I'd say it's up to them to address this. |
Description
Jitsi Meet will refuse to start if
/tmp
is mounted withnoexec
:Current behavior
Expected Behavior
Jitsi starts
Possible Solution
electron/electron#24242 (comment)
Steps to reproduce
sudo mount -o remount,noexec /tmp
jitsi-meet-desktop
Environment details
The text was updated successfully, but these errors were encountered: