]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
disable namespace sandbox until it's resolved auto/th/chromium-browser-50.0.2661.94-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 9 May 2016 15:28:43 +0000 (18:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 9 May 2016 15:28:43 +0000 (18:28 +0300)
broken on 4.4.6-1 and 3.18.26-1 pld kernels

chromium-browser.default

index 453aa6916281f841272498fa8679810f02f16b75..7b9e24dad81175678d2cefe86b0f2290da42baea 100644 (file)
@@ -1,5 +1,12 @@
 # Default settings for Chromium Browser.
 # This file is sourced by /bin/sh from the chromium-browser launcher.
+#
+# See List of Chromium Command Line Switches:
+# http://peter.sh/experiments/chromium-command-line-switches/
 
 # Options to pass to Chromium Browser
 CHROMIUM_FLAGS=""
+
+# Stability issues on PLD Linux
+# https://bugs.chromium.org/p/chromium/issues/detail?id=610232
+CHROMIUM_FLAGS="--disable-namespace-sandbox"
This page took 0.029014 seconds and 4 git commands to generate.