Linux Lite Forums

Customization => Desktop Customization => Topic started by: wifi75 on October 19, 2020, 08:29:57 AM

Title: Kiosk mode
Post by: wifi75 on October 19, 2020, 08:29:57 AM
Hello I have Linux Lite 5.1.
How I can open automatically on boot firefox to kiosk mode?
Title: Re: Kiosk mode
Post by: Moltke on October 19, 2020, 09:39:59 PM
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: [Select]
firefox -kiosk you could pass and URL too, like
Code: [Select]
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! :)