Commit 026540e4 authored by Pierre Bürki's avatar Pierre Bürki
Browse files

Set startup.sh to launch automatically

parent 0d5dd898
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
#!/bin/bash

~/Desktop/thehole/the-hole-calibrator
+9 −0
Original line number Diff line number Diff line
@@ -39,3 +39,12 @@ echo "lxsession -e LDXE -s Lubuntu" > ~/.xsession

# display the calibrator script on the desktop for ease of access
cp Calibration\ tool ~/Desktop

# set startup.sh to launch on session open
mkdir -p ~/.config/autostart
cat << EOF > ~./config/autostart/TheHole.desktop
[Desktop Entry]
Name=The Hole Tracker
Exec=lxterminal -e "home/encor/Desktop/thehole/scripts/startup.sh"
Terminal=true
EOF
 No newline at end of file