Skip to content

A BASH script to configure an Ubuntu system as an interactive kiosk.

Notifications You must be signed in to change notification settings

dgrubb/Ubuntu-Kiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Ubuntu-Kiosk

Configures a fresh installation of Xubuntu to convert it into a kiosk which only runs a web application within Google Chrome. A user is created, named kiosk, whose account can only be accessed by automatically launching an X session (password is disabled). That X session doesn't include any desktop environment but instead runs Google Chrome in fullscreen kiosk mode.

Note: by default Chrome will be directed to http://localhost. Change the variable WEB_APP_URL to redirect somewhere else.

Usage

Launch as root (or with root permissions):

$ sudo ./configure-kiosk.sh

Tested on

  • Xubuntu 17.04

Other Ubuntu relatives will probably work fine, but I've only tested it on the above list.

About

A BASH script to configure an Ubuntu system as an interactive kiosk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages