Thanks for your help guys.
By running os.execute, and adding a ' &' to the end of the command line execution, and the executing a love.event.quit I am able to execute the emulator with the appropriate emulator command line values.
Yay.
Now, the final thing I want is when the emulator runs, to re-run the front-end so I can play my old games from the front-end I have written all day!
I assume I need to create a bash script that receives the commands I want to run, and executes the emulator instruction WITHOUT the &, and the following line reloads the frontend ... would I be on the right track ... ?
Linux Launcher assistance
Re: Linux Launcher assistance
Well, in that case you're keeping the bash script running instead of the frontend. Why not just keep the frontend running instead of the bash script? You can probably [wiki]love.window.close[/wiki]() the window before executing and then [wiki]love.window.setMode[/wiki]() to recreate the window when done.
Last edited by pgimeno on Sat Nov 05, 2016 2:25 pm, edited 1 time in total.
Re: Linux Launcher assistance
You can also [wiki]love.window.close[/wiki] if you want to keep the frontend running with no window.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Linux Launcher assistance
Yeah, when I tested it didn't work with minimize/requestAttention so I edited my post, but you were faster ^.^
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot], Google [Bot], Semrush [Bot] and 2 guests