Skip to content

Instantly share code, notes, and snippets.

@rushtehrani
Last active July 10, 2018 08:02
Show Gist options
  • Save rushtehrani/986fa7aa42dd456c19982cf40574c5a6 to your computer and use it in GitHub Desktop.
Save rushtehrani/986fa7aa42dd456c19982cf40574c5a6 to your computer and use it in GitHub Desktop.
Running an App on Ubuntu in Kiosk Mode
# /usr/share/xsessions/firefox.desktop
[Desktop Entry]
Name=Firefox (No effects)
Comment=This session only opens Firefox
Exec=/usr/bin/firefox
Icon=
Type=Application
# /etc/lightdm/lightdm.conf
[SeatDefaults]
user-session=firefox
autologin-user=ubuntu
autologin-user-timeout=0
allow-guest=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment