From 7dabb46483ff6a3a4fa5cfe532b91412f185554d Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Wed, 10 Jul 2019 12:51:58 +0200 Subject: Do not set the user-data-dir. Instead of using /opt/chromium68/workdir as the user data dir, which may cause problems when the browser is executed as non-root user, use the chromium's default. AGL-Bug: SPEC-2612 --- runxdg.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runxdg.toml b/runxdg.toml index b610680..dea4009 100644 --- a/runxdg.toml +++ b/runxdg.toml @@ -14,7 +14,6 @@ path = "/opt/chromium68/chrome" params = [ "--in-process-gpu", - "--user-data-dir=/opt/chromium68/workdir", "--no-sandbox" ] -- cgit 1.2.3-korg