Linux Lite Forums
Kiosk mode - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Customization (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=8)
+--- Forum: Desktop Customization (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=34)
+--- Thread: Kiosk mode (/showthread.php?tid=7426)



Kiosk mode - wifi75 - 10-19-2020

Hello I have Linux Lite 5.1.
How I can open automatically on boot firefox to kiosk mode?


Re: Kiosk mode - Moltke - 10-20-2020

(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/firefox-enterprise-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.freecinema2022.gq/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