Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from giwty/main
Browse files Browse the repository at this point in the history
Fix YARG not starting up
  • Loading branch information
uureel authored Jan 7, 2024
2 parents d66c99b + 9ff0f80 commit a8e128c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarg/yarg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,15 +325,15 @@ shortcut=/userdata/roms/ports/YARG.sh
rm -rf $shortcut 2>/dev/null
echo 'export DISPLAY=:0.0' >> $shortcut
echo '#unclutter-remote -s' >> $shortcut
echo 'DISPLAY=:0.0 /userdata/system/pro/yarg/batocera-yarg start "${@}"' >> $shortcut
echo 'DISPLAY=:0.0 /userdata/system/pro/yarg/batocera-yarg.AppImage start "${@}"' >> $shortcut
echo 'unclutter-remote -h' >> $shortcut
chmod 777 $shortcut 2>/dev/null
# -- prepare ports - YARC Launcher shortcut,
shortcut="/userdata/roms/ports/YARC-Launcher.sh"
rm -rf $shortcut 2>/dev/null
echo 'export DISPLAY=:0.0' >> $shortcut
echo 'unclutter-remote -s' >> $shortcut
echo 'DISPLAY=:0.0 /userdata/system/pro/yarg/batocera-yarg launcher "${@}"' >> $shortcut
echo 'DISPLAY=:0.0 /userdata/system/pro/yarg/batocera-yarg.AppImage launcher "${@}"' >> $shortcut
echo 'unclutter-remote -h' >> $shortcut
chmod 777 $shortcut 2>/dev/null
# //
Expand Down Expand Up @@ -405,4 +405,4 @@ export -f autostart
autostart
exit 0
# BATOCERA.PRO INSTALLER //
##########################
##########################

0 comments on commit a8e128c

Please sign in to comment.