]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Fix: use CHROME_CONFIG_HOME at chromium-profile
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 2 Oct 2020 02:07:07 +0000 (23:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 2 Oct 2020 02:07:07 +0000 (23:07 -0300)
chromium-profile

index a6779e01eb01ee81e4bf80886b8404fcbfc8f7f4..ca8cd20181369c32a1c09ffa46c2a45a9beb501b 100755 (executable)
@@ -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