Salamek / chromium-kiosk

Chromium kiosk is simple package turning your Archlinux or Debian (and alike) based PC/Raspberry into simple web kiosk using chromium.
GNU General Public License v3.0
60 stars 10 forks source link

automatic crashed tab reload ? #26

Closed eLvErDe closed 2 years ago

eLvErDe commented 3 years ago

Hello,

Do you have such feature ?

Thanks

Salamek commented 3 years ago

@eLvErDe Hi, not really... no... I could add it into injected extension, or you could just run your chromium-kiosk install in normal mode and try this extension https://chrome.google.com/webstore/detail/reload-crashed-tabs/blphpdkmdeipohhgpajljkfgmhhllhem edit /etc/chromium-kiosk/config.yml and change KIOSK to false:

# Set KIOSK to false to start in normal mode
...
KIOSK: false
...

restart your kiosk and then install that extension normally into running chromium, after successfully installing that extension, just set KIOSK in config.yml back to true and restart again

Hope that helps...