From 2f46bea6f6dbf1e8827ba479c44708774cb96cee Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 16 Sep 2012 11:51:32 +0300 Subject: [PATCH] etc/chromium/default: add my /etc/chrome/default --- etc/chromium/default | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/chromium/default diff --git a/etc/chromium/default b/etc/chromium/default new file mode 100644 index 0000000..7841314 --- /dev/null +++ b/etc/chromium/default @@ -0,0 +1,10 @@ +# /etc/default/chromium +# Default settings for chromium. This file is sourced by /bin/sh from +# /usr/bin/chromium + +# Options to pass to chromium +CHROMIUM_FLAGS="--password-store=detect --enable-easy-off-store-extension-install --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so" + +# --password-store=detect was there already. I'm not fully sure what is it. +# --enable-easy-off-store-extension-install = Allow installing extensions outside Chrome web store. +# --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so = Use Pepper Flash from Chromium. This might report wrong report wrong version information according to WebUpd8 (via WebUpd8 How To Make Chromium Use Flash Player `Pepper` From Google Chrome ~ Web Upd8: Ubuntu / Linux blog : http://www.webupd8.org/2012/09/how-to-make-chromium-use-flash-player.html ).