From 27346255ad08b7002a51e5df43dfff2a84e78605 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 16 Sep 2012 11:56:39 +0300 Subject: [PATCH] Thanks Unit193 & nyuszika7h (fix previous commit) --- etc/chromium/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/chromium/default b/etc/chromium/default index 7841314..f92ce41 100644 --- a/etc/chromium/default +++ b/etc/chromium/default @@ -6,5 +6,5 @@ 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. +# --enable-easy-off-store-extension-install = Allow installing extensions outside Chrome web store. Thanks Unit193 & nyuszika7h # --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 ).