From 1d381ba09cfc04b8f4ae16f24f2dc39b92eab981 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 17 Mar 2017 02:27:25 -0400 Subject: [PATCH] chromium/chromium-wayland: update kiosk flags Add '--incognito' to kiosk mode flags to avoid "restore pages?" message in the event of unplanned power cycles. Signed-off-by: Trevor Woerner --- recipes-browser/chromium/chromium-browser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-browser/chromium/chromium-browser.inc b/recipes-browser/chromium/chromium-browser.inc index 54ca3d4b0..aad202b8f 100644 --- a/recipes-browser/chromium/chromium-browser.inc +++ b/recipes-browser/chromium/chromium-browser.inc @@ -124,7 +124,7 @@ CHROMIUM_EXTRA_ARGS ?= " \ ${@bb.utils.contains('PACKAGECONFIG', 'use-egl', '--use-gl=egl', '', d)} \ ${@bb.utils.contains('PACKAGECONFIG', 'ignore-lost-context', '--gpu-no-context-lost', '', d)} \ ${@bb.utils.contains('PACKAGECONFIG', 'impl-side-painting', '--enable-gpu-rasterization --enable-impl-side-painting', '', d)} \ - ${@bb.utils.contains('PACKAGECONFIG', 'kiosk-mode', '--start-fullscreen --kiosk --no-first-run', '', d)} \ + ${@bb.utils.contains('PACKAGECONFIG', 'kiosk-mode', '--start-fullscreen --kiosk --no-first-run --incognito', '', d)} \ " # Some sanity checks.