From 58b4f61385882e655c51e5502f190d0386c3b949 Mon Sep 17 00:00:00 2001 From: Excitable Snowball Date: Tue, 26 May 2020 21:39:35 -0700 Subject: 0.1.5 - workaround for fish shell users https://github.com/netblue30/firejail/issues/3434 --- zoom-firejail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zoom-firejail') diff --git a/zoom-firejail b/zoom-firejail index 46c3390..9bae8d1 100755 --- a/zoom-firejail +++ b/zoom-firejail @@ -1,2 +1,3 @@ #!/bin/sh -/usr/bin/firejail -- zoom "$@" +# `--shell=none` is a workaround for https://github.com/netblue30/firejail/issues/3434 +/usr/bin/firejail --shell=none -- zoom "$@" -- cgit v1.2.3-70-g09d2