Running Chrome in Kiosk Mode on Rocky Linux 10.1 Minimal Without a Full GUI

Hi everyone,

I have a small lab setup where I’m using Rocky Linux 10.1 Minimal with a local repository. I’ve added some RPMs I need for my environment, and now I want to launch my application in Chrome kiosk mode.

My goal is to avoid installing a full desktop environment like GNOME or KDE. Previously, on older setups, I used X11 to achieve this, but unfortunately, on Rocky Linux 10.1, X11 isn’t a viable option. I also tried looking into Wayland with Weston, but I couldn’t download Weston on this minimal setup.

I’m looking for advice or solutions on:

  • How to run Chrome (or Chromium) in kiosk mode without a full GUI.

  • Minimal window managers or alternatives that would allow kiosk mode on Rocky Linux 10.1.

  • Any other approaches you might suggest for a headless or lightweight kiosk setup.

Thanks in advance for any help or suggestions!

Check the gnome-kiosk package. It includes an example with firefox iirc.

2 Likes

This link explains how to configure gnome-kiosk:

https://help.gnome.org/system-admin-guide/lockdown-single-app-mode.html

1 Like