FOR FOX SAKE!
Okay people..I have nearly torn out all my fur on this one...
I have ran bash.sh scripts from AM before without problem..but CAN NOT seem to do it now!
(Note: I have an old machine with nothing but native linux games on..and I am trying to set AM up to launch them so I do not have to use the desktop gui..)
((SO MANY games out there to play!..I figure why not...
))
So here goes:
here is my script (really simple):
#! /bin/bash
cd /home/john/Downloads
./redeclipse-master-x86_64.AppImage
not trying anything fancy here..and when ran in the terminal with:
./redeclipse-master-x86_64.AppImage
it works as expected no fuss no mess... except....
I can not get the thing to run from AM!
and now my AM config:
# Generated by Attract-Mode v2.6.1
#
args ./[name].sh
workdir /home/john/scripts/
rompath /home/john/scripts/
romext .sh
which spits out
./redeclipse-master-x86_64.sh into the terminal..
(or more precisely):
- Working directory: /home/john/scripts/
*** Running: ./redeclipse-master-x86_64.sh
Error executing: ./redeclipse-master-x86_64.sh
Guide me o wise ones so that I stay normally crazy and not become abnormally NUTS! (I would hate to turn into a squirrel! o.o )