Skip to content

Commit 1d381ba

Browse files
committed
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 <twoerner@gmail.com>
1 parent 709d545 commit 1d381ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-browser/chromium/chromium-browser.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ CHROMIUM_EXTRA_ARGS ?= " \
124124
${@bb.utils.contains('PACKAGECONFIG', 'use-egl', '--use-gl=egl', '', d)} \
125125
${@bb.utils.contains('PACKAGECONFIG', 'ignore-lost-context', '--gpu-no-context-lost', '', d)} \
126126
${@bb.utils.contains('PACKAGECONFIG', 'impl-side-painting', '--enable-gpu-rasterization --enable-impl-side-painting', '', d)} \
127-
${@bb.utils.contains('PACKAGECONFIG', 'kiosk-mode', '--start-fullscreen --kiosk --no-first-run', '', d)} \
127+
${@bb.utils.contains('PACKAGECONFIG', 'kiosk-mode', '--start-fullscreen --kiosk --no-first-run --incognito', '', d)} \
128128
"
129129

130130
# Some sanity checks.

0 commit comments

Comments
 (0)