From 92e7c55ab5ae7f6fbec5045b38a8dca8593bac8c Mon Sep 17 00:00:00 2001 From: Elmer Miroslav Mosher Golovin Date: Tue, 25 Apr 2023 15:22:22 +0300 Subject: [PATCH] Initial Chromium support Signed-off-by: Elmer Miroslav Mosher Golovin --- recording/src/nextcloud/talk/recording/Participant.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recording/src/nextcloud/talk/recording/Participant.py b/recording/src/nextcloud/talk/recording/Participant.py index 31e54ad5147b..ba357b09edd8 100644 --- a/recording/src/nextcloud/talk/recording/Participant.py +++ b/recording/src/nextcloud/talk/recording/Participant.py @@ -212,7 +212,7 @@ def startChrome(self, width, height, env): """ Starts a Chrome instance. - Will use Chromium is Google Chrome is not installed. + Will use Chromium if Google Chrome is not installed. :param width: the width of the browser window. :param height: the height of the browser window. @@ -233,7 +233,6 @@ def startChrome(self, width, height, env): options.add_argument('--kiosk') options.add_argument(f'--window-size={width},{height}') options.add_argument('--disable-infobars') - options.add_argument('--no-sandbox') options.add_experimental_option("excludeSwitches", ["enable-automation"]) if disk_usage('/dev/shm').free < 2147483648: