KASM-2193 Add --no-sandbox to zoom to allow app startup

This commit is contained in:
Richard Koliser 2022-03-24 10:34:57 -04:00
parent 4a901802a5
commit 94518cee65

View File

@ -5,7 +5,7 @@ PGREP="zoom"
export MAXIMIZE="true"
export MAXIMIZE_NAME="Zoom"
MAXIMIZE_SCRIPT=$STARTUPDIR/maximize_window.sh
DEFAULT_ARGS=""
DEFAULT_ARGS="--no-sandbox"
ARGS=${APP_ARGS:-$DEFAULT_ARGS}
options=$(getopt -o gau: -l go,assign,url: -n "$0" -- "$@") || exit