From LedHed's Wiki
Revision as of 00:10, 21 October 2018 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Autostart

If you want to launch a program at login to the following:

mkdir -P /home/pi/.config/autostart
touch mythtv.desktop

mythtv.desktop

[Desktop Entry]
Encoding=UTF-8
Name=MythTV
Comment=Autostart MythTV Frontend
Exec=/usr/bin/mythfrontend --logpath /tmp


Obviously you can name the .desktop file something else and change the Exec= line to run the program you want.