KASM-2650 zoom on ubuntu needs no-sandbox flag for the desktop icon

This commit is contained in:
ryan.kuba 2022-05-20 11:10:26 -04:00
parent beb70e161f
commit 39fb693f5b

View File

@ -13,5 +13,6 @@ wget -q https://zoom.us/client/latest/zoom_${ARCH}.deb
apt-get update
apt-get install -y ./zoom_${ARCH}.deb
rm zoom_amd64.deb
sed -i 's#/usr/bin/zoom#/usr/bin/zoom --no-sandbox##' /usr/share/applications/Zoom.desktop
cp /usr/share/applications/Zoom.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/Zoom.desktop