Linux Lite Forums

Full Version: Kiosk mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I have Linux Lite 5.1.
How I can open automatically on boot firefox to kiosk mode?
(10-19-2020, 12:29 PM)wifi75 link Wrote: [ -> ]Hello I have Linux Lite 5.1.
How I can open automatically on boot firefox to kiosk mode?

Hi,
I think you might want to read here first https://support.mozilla.org/en-US/kb/fir...kiosk-mode
To run firefox at boot in kiosko mode, go to Menu >> Session and Startup >> Application Autostart click on Add and in the dialog box that pops up type
Code:
firefox -kiosk
you could pass and URL too, like
Code:
firefox -kiosk https://www.linuxliteos.com/forums/index.php
click on the Ok button or hit Enter, close the window and reboot, firefox should start in kiosko mode.

Hope this helps! Smile