diff options
author | Christoph Settgast <csett86@web.de> | 2021-03-28 12:34:08 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-03-31 00:23:20 +0200 |
commit | 4cc851dc75ec15fdb054aa46e4132d8fbfa3a9e5 (patch) | |
tree | c9e46dd5ca38dd21c32131e7b4e60bccddba555c /README.md | |
parent | f0957f73f68f7e7fc9eb1e1633cfd1082e316d35 (diff) |
Linux: Fix running AppImage on Debian 10+ (#231)
Modeled after https://github.com/electron-userland/electron-builder/issues/5371#issuecomment-791771150
but written with promised-based fs nodejs API.
This allows to drop the app-builder-lib .desktop patch, as
--no-sandbox is now part of all linux targets via the additional launcher script,
so the arg can be dropped from the .desktop file Exec line.
Manual workaround is removed from the README as well.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -150,12 +150,8 @@ Builtin auto-updates are not yet handled in macOS due to unsigned build. ### GNU/Linux -There is a known issue which prevents the app from starting on some Linux distributions: [#231](https://github.com/jitsi/jitsi-meet-electron/issues/231) - If after downloading it, you can't execute the file directly, try running `chmod u+x ./jitsi-meet-x86_64.AppImage` -The workaround for now is to launch the app like so: `./jitsi-meet-x86_64.AppImage --no-sandbox` - <details><summary>NOTE for old GNU/Linux distributions</summary> You might get the following error: |