Page 1 of 1
how to disable chrome session restore popup ?
Posted: 11 Oct 2020, 14:48
by aaamoeder
Hi,
As the title says, I'm looking for a way to disable this popup..

I've sought an answer and have come to this "flag" --disable-session-crashed-bubble
I'm however not sure how to implement this..
I also found this post (
Chrome restore session popup) but it has no info on how it was solved.
Any help will be greatly apreciated !
how to disable chrome session restore popup ?
Posted: 11 Oct 2020, 17:34
by fanthom
Hello aaamoeder,
Please check the FAQ on the kiosk webpage and search for an answer how to add a flag to the Chrome browser.
Thanks
how to disable chrome session restore popup ?
Posted: 13 Oct 2020, 09:37
by aaamoeder
I'm sorry, but I'm not sure how to do this..
I've read the FAQ but I'm not knowledgable enough to figure it out from there ..
I already have a flag in the settings (from a line you kindly provided me) but it seems to be formatted differently then the FAQ says..
FAQ:
Code: Select all
run_command=grep -q "your-flag" $chflags || echo '--your-flag --your-flag2 --your-flag3' >> $chflags
What I have (provided by you and working)
Code: Select all
run_command=sed -i 's/,OverscrollHistoryNavigation//' $chflags
Should I add the flag like this ?
Code: Select all
run_command=sed -i 's/,OverscrollHistoryNavigation, disable-session-crashed-bubble//' $chflags
?
how to disable chrome session restore popup ?
Posted: 13 Oct 2020, 11:11
by fanthom
Please upgrade to latest kiosk which is 5.1.0.
Its a proper way to resolve this problem.
Thanks