From: Silvio Rhatto Date: Fri, 2 Oct 2020 02:07:07 +0000 (-0300) Subject: Fix: use CHROME_CONFIG_HOME at chromium-profile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=74c241925ed26ce7f083e482510504a1c37cbc7d;p=utils-x11.git Fix: use CHROME_CONFIG_HOME at chromium-profile --- 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