Launch Net Browsers In Kiosk Mode (Full Display) From CLI
Some occasions you would possibly need to run an software (particularly an online software) 24/7 in full-screen mode. On this information, we are going to see launch internet browsers in kiosk mode (full display screen) from command line in Linux.
In huge purchasing malls you may need observed a Pc monitor, often hanged on a wall, shows a selected software in full display screen all day, every single day. Not simply in malls, you may need seen this in lots of locations, resembling Eating places, Libraries, and Public transportation and so forth. You’ll not see the desktop or the OS, however solely the app working in full-screen or kiosk mode. Operating the apps in kiosk mode offers an easy-to-understand expertise for the customers by placing in entrance of them solely the issues they should use, and eradicating from their view the issues they don’t must entry.
You can, in fact, merely hit the F11 key to show the browser in full display screen. Nonetheless, it’s essential to manually do it each time after launching the browser. By working browser in Kiosk mode, the app will mechanically launch in full display screen. The customers cannot convey it again to regular window by urgent F11 key.
While you run browsers in Kiosk mode,
you’ll not see the desktop or OS particulars,the X (shut) button might be hidden,F11 key is not going to work,the menu bars, device bars is not going to be seen,the standing bar on the backside is not going to be seen.the right-click context menu will not work.the vacation spot hyperlinks is not going to seen when hovering over hyperlinks.
Launch Net Browsers In Kiosk Mode (Full Display) From CLI
For the aim of this information, we are going to see launch Mozilla Firefox and Google Chrome and its open supply model Chromium in kiosk mode.
Run Mozilla Firefox in Kiosk mode
To run Mozilla Firefox in kiosk mode or full-screen, merely run the next command from the Terminal:
$ firefox -kiosk https://ostechnix.com
You may also use double dashes (–) for kiosk choice.
$ firefox –kiosk https://ostechnix.com
Substitute the URL with your individual. Now the net browser will open the given web site in full-screen mode. The tackle bar, menu bar, device bar and standing bar is not going to be seen. You’ll be able to’t use F11 key to convey the browser again to regular mode. The browser will preserve working till you press ALT+F4 key to manually shut the browser window.
If the above command would not work, attempt the next command:
$ firefox –kiosk –app=https://ostechnix.com
You may also begin a personal browser window (incognito) in Kiosk mode like under:
$ firefox -kiosk -private-window https://ostechnix.com
Run Google Chrome / Chromium in Kiosk mode
To run Google Chrome or Chromium browsers in Kiosk mode, do:
$ google-chrome -kiosk https://ostechnix.com
$ chromium-browser -kiosk https://ostechnix.com
Equally, you’ll be able to launch a personal browser window utilizing instructions:
$ google-chrome -kiosk -private-window https://ostechnix.com
$ chromium-browser -kiosk -private-window https://ostechnix.com
If you cannot begin Chrome/Chromium in Kiosk mode utilizing above instructions, attempt the next command as a substitute:
$ google-chrome –kiosk –app=https://ostechnix.com
$ chromium-browser –kiosk –app=https://ostechnix.com
Visible demo
Here’s a quick visible demonstration to run internet browsers in kiosk or full-screen mode from command line in Linux and unix-like working techniques.
Launch Net Browsers In Kiosk Mode (Full Display) From CLI
Disguise Mouse pointer in Kiosk units
One widespread downside in Kiosk units is the mouse pointer. The mouse cursor might distract the consumer or hinder the display screen space the customers taking a look at. To repair this problem, you’ll be able to mechanically conceal the mouse pointer after a sure time period. For extra particulars, refer the next information:
Disable display screen lock and energy saving
If you wish to run your system in Kiosk mode, it’s essential to stop the display screen from mechanically turning off or going idle after a selected time.
In GNOME desktops, the display screen will go clean after 5 minutes of inactivity. To disable the Display lock, go to Settings -> Privateness -> Display Lock and set “By no means” for Clean Display Delay choice. Additionally disable Computerized Display Lock choice and disable notifications on Lock display screen.
After which go to Settings -> Energy part and disable “Dim Display When Inactive” choice and set “By no means” for Clean Display choice.
In case you are working any third-party app indicators, or screensaver functions, it’s essential to disable them as effectively.