From 74c241925ed26ce7f083e482510504a1c37cbc7d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 1 Oct 2020 23:07:07 -0300 Subject: Fix: use CHROME_CONFIG_HOME at chromium-profile --- chromium-profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromium-profile b/chromium-profile index a6779e0..ca8cd20 100755 --- a/chromium-profile +++ b/chromium-profile @@ -39,5 +39,6 @@ if which chromium &> /dev/null; then shift - CHROMIUM_FLAGS="$CHROMIUM_FLAGS --site-per-process --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $* + #CHROMIUM_FLAGS="$CHROMIUM_FLAGS --site-per-process --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $* + CHROME_CONFIG_HOME="$PROFILE" CHROMIUM_FLAGS="$CHROMIUM_FLAGS --site-per-process --enable-remote-extensions" chromium $* fi -- cgit v1.2.3