diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-07-10 12:51:58 +0200 |
---|---|---|
committer | José Dapena Paz <jose.dapena@lge.com> | 2019-07-10 20:29:53 +0200 |
commit | 7dabb46483ff6a3a4fa5cfe532b91412f185554d (patch) | |
tree | f7ffad2ff8bdd09cd1c5ca7a189643fe2dd6a241 | |
parent | f0821a35bd2509fe5c46463bfc17761abd08062a (diff) |
Do not set the user-data-dir.halibut
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
-rw-r--r-- | runxdg.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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" ] |