mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-25 17:43:08 +01:00
KASM-2193 Add --no-sandbox to zoom to allow app startup
This commit is contained in:
parent
4a901802a5
commit
94518cee65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user