tags 593101 moreinfo thanks yellow <[email protected]> writes:
> you may find my lemmingsatari.sh code that is not possibly working from bash > Error: Not an option nor disk image (lemmings.msa) > > so visibly it is not using my config file from my .hatari folder in cd :-( The above error message can result from not finding the disk image file you are trying to use, and that is what this looks like. Where is your disk image (home directory, games/atarist, or some other location?), and what do you have in your ~/.hatari/hatari.cfg that would make it behave in a different way? Thanks. > #/bin/bash > cd > mkdir -p games/atarist > clear > cd > cd games/atarist > setxkbmap us > > if [ "$1" = "" ] ; then > > > > cd > notify-send " Press F11 to menu / quit / fullscreen" > notify-send " Press F12 to menu / quit / fullscreen" > > notify-send " Press F11 to menu / quit / fullscreen" > notify-send " Press F12 to menu / quit / fullscreen" > > > setxkbmap us > hatari lemmings.msa > setxkbmap fr > > > else > notify-send " Press F11 to menu / quit / fullscreen" > notify-send " Press F12 to menu / quit / fullscreen" > notify-send " Starting ATARI ST : $1" > echo "$1 starting ..." > hatari "$1" > fi > > > > setxkbmap fr -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

