Skip to content

Instantly share code, notes, and snippets.

@DavidLutton
Last active January 24, 2023 20:38
Show Gist options
  • Save DavidLutton/d445a00e1381ac6d0dffdfe2006eb943 to your computer and use it in GitHub Desktop.
Save DavidLutton/d445a00e1381ac6d0dffdfe2006eb943 to your computer and use it in GitHub Desktop.
Auto start pattern for a Pi
[Desktop Entry]
Type=Application
Name=Run Dashboard
Comment=NA
NoDisplay=false
Exec=/usr/bin/chromium-browser --kiosk "http://HOST/playlists/play/1?kiosk=tv&autofitpanels"
NotShowIn=GNOME;KDE;XFCE;

Create the .desktop file to autostart the software on Pi launch

  • mkdir .config/autostart
  • nano .config/autostart/dashboard.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment