IMAGINARY / kiosk-browser

Hardened Web Browser with Kiosk-mode
Apache License 2.0
21 stars 2 forks source link

Removed command line option `-l` is used #38

Closed malex984 closed 5 years ago

malex984 commented 5 years ago

-l command line option is used (at least at Supernova) and by hb_preload.sh due to adding additional command line options at the end of command line...

porst17 commented 5 years ago

If you want to upgrade to recent kiosk browser versions, you can refactor your wrapper scripts to add CLI options at the beginning instead of the end of the command line, so positional arguments at the end (like URLs) still work.

malex984 commented 5 years ago

Ok. Just note that A LOT of refactoring will be necesasary if we decide to use/test this new kiosk-browser at Supernova.