Merge branch 'bugfix/KASM-1835_chrome_92_gpu' into 'develop'

KASM-1835 Patch for GPU bugs introduced in Chrome 92 - impacting webgl

Closes KASM-1835

See merge request kasm-technologies/internal/workspaces-images!3
This commit is contained in:
Justin Travis 2021-07-27 19:32:38 +00:00
commit fb94b380c8
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -ex
CHROME_ARGS="--password-store=basic --no-sandbox --disable-gpu --user-data-dir --no-first-run"
CHROME_ARGS="--password-store=basic --no-sandbox --use-gl=angle --use-angle=swiftshader --user-data-dir --no-first-run"
apt-get update
apt install -y apt-transport-https curl

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -ex
CHROME_ARGS="--password-store=basic --no-sandbox --disable-gpu --user-data-dir --no-first-run"
CHROME_ARGS="--password-store=basic --no-sandbox --use-gl=angle --use-angle=swiftshader --user-data-dir --no-first-run"
if [ "$DISTRO" = centos ]; then
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -ex
CHROME_ARGS="--password-store=basic --no-sandbox --disable-gpu --user-data-dir --no-first-run"
CHROME_ARGS="--password-store=basic --no-sandbox --use-gl=angle --use-angle=swiftshader --user-data-dir --no-first-run"
apt-get update