aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2020-04-14 10:01:43 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2020-04-14 10:47:07 +0200
commit17bce238d4e4218107a86336b9a3d0cbcd7f262e (patch)
tree62851d5ae6c7d19e6ec5ff2942e9b01964a4a4d0 /patches
parentbbe835d23a52019ad4554c234b5737f0ebaa7821 (diff)
Disable sandbox on Linux
Ref: https://github.com/jitsi/jitsi-meet-electron/issues/231
Diffstat (limited to 'patches')
-rw-r--r--patches/app-builder-lib+22.3.6.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/app-builder-lib+22.3.6.patch b/patches/app-builder-lib+22.3.6.patch
new file mode 100644
index 0000000..da62c03
--- /dev/null
+++ b/patches/app-builder-lib+22.3.6.patch
@@ -0,0 +1,13 @@
+diff --git a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
+index 6e674b9..8e5be4f 100644
+--- a/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
++++ b/node_modules/app-builder-lib/out/targets/LinuxTargetHelper.js
+@@ -135,7 +135,7 @@ class LinuxTargetHelper {
+ exec += executableArgs.join(" ");
+ }
+
+- exec += " %U";
++ exec += " --no-sandbox %U";
+ }
+
+ const desktopMeta = Object.assign(Object.assign({ \ No newline at end of file