From fa110c121a212585ee912ce29a38afddf858bb06 Mon Sep 17 00:00:00 2001 From: Torben Ewert Date: Sun, 21 Jul 2024 18:04:00 +0200 Subject: [PATCH] fix: update flags preventing chromium on linux from starting correctly --- lib/OSnap_Browser/OSnap_Browser_Launcher.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OSnap_Browser/OSnap_Browser_Launcher.ml b/lib/OSnap_Browser/OSnap_Browser_Launcher.ml index 3808208..06ee00a 100644 --- a/lib/OSnap_Browser/OSnap_Browser_Launcher.ml +++ b/lib/OSnap_Browser/OSnap_Browser_Launcher.ml @@ -29,7 +29,7 @@ let make ~sw ~env () = [ executable ; "about:blank" ; "--headless=old" - ; "--deterministic-mode" + ; "--disable-gpu" ; "--hide-scrollbars" ; "--remote-debugging-port=0" ; "--mute-audio"