packages: chromium-browser/chromium-browser.sh - --password-store=detect is...
glen
glen at pld-linux.org
Sun Dec 4 15:06:56 CET 2011
Author: glen Date: Sun Dec 4 14:06:56 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- --password-store=detect is default since 12.x
see https://code.google.com/p/chromium/wiki/LinuxPasswordStorage
---- Files affected:
packages/chromium-browser:
chromium-browser.sh (1.7 -> 1.8)
---- Diffs:
================================================================
Index: packages/chromium-browser/chromium-browser.sh
diff -u packages/chromium-browser/chromium-browser.sh:1.7 packages/chromium-browser/chromium-browser.sh:1.8
--- packages/chromium-browser/chromium-browser.sh:1.7 Sun Oct 9 19:58:21 2011
+++ packages/chromium-browser/chromium-browser.sh Sun Dec 4 15:06:50 2011
@@ -5,7 +5,6 @@
# found in the LICENSE file.
# Always use our ffmpeg libs.
-# Also symlinks for nss/nspr libs can be found from our dir.
export LD_LIBRARY_PATH=@libdir@${LD_LIBRARY_PATH:+:"$LD_LIBRARY_PATH"}
# for to find xdg-settings
@@ -28,16 +27,15 @@
# Google Chrome has a number of command line switches which change the behavior of Chrome
# This param allows you to set extra args for browser startup.
-# See source for possible choices:
-# http://git.chromium.org/gitweb/?p=chromium.git;f=chrome/common/chrome_switches.cc;hb=HEAD
-# Also: http://peter.sh/experiments/chromium-command-line-switches/
+# See: http://peter.sh/experiments/chromium-command-line-switches/
CHROME_FLAGS_FILE="${XDG_CONFIG_HOME:-$HOME/.config}/chromium/Chrome Flags"
if [ -f "$CHROME_FLAGS_FILE" ]; then
# All lines starting with # are ignored
CHROME_FLAGS=$(grep -v '^#' "$CHROME_FLAGS_FILE")
fi
-# Google guys cannot properly handle coma, so download speed/est is shown
+# Google guys cannot properly handle comma, so download speed/est is shown
# as not a number (NaN). Workaround that with LC_NUMERIC=C
+export LC_NUMERIC=C
-LC_NUMERIC=C exec @libdir@/chromium-browser --password-store=detect $CHROME_FLAGS "$@"
+exec @libdir@/chromium-browser $CHROME_FLAGS "$@"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chromium-browser/chromium-browser.sh?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list