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

Fix YARG not starting up #21

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 //
##########################
##########################