aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-10-01 23:07:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-10-01 23:07:07 -0300
commit74c241925ed26ce7f083e482510504a1c37cbc7d (patch)
tree0dcac1b337387ba91b8f1fc037b2b7e8ca0758c0
parent95994b422edc2371305f1378284b22df127b82a5 (diff)
downloadutils-x11-74c241925ed26ce7f083e482510504a1c37cbc7d.tar.gz
utils-x11-74c241925ed26ce7f083e482510504a1c37cbc7d.tar.bz2
Fix: use CHROME_CONFIG_HOME at chromium-profile
-rwxr-xr-xchromium-profile3
1 files changed, 2 insertions, 1 deletions
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