Open GoogleCodeExporter opened 9 years ago
Also doesn't work with testing version 1.0.5 and Popen option enabled.
Original comment by mweiman...@gmail.com
on 3 Jul 2012 at 7:49
Hmmm, that it works with Advanced Launcher is strange. We are nearly using the
same mechansim to launch the games.
Usually in this case you should use a simple script that does "lirc -stop"
before and "lirc -start" after launching the game. Another option would be to
use solo mode.
Original comment by maloep
on 4 Jul 2012 at 5:18
[deleted comment]
[deleted comment]
I managed snes9x-gtk to run in fullscreen mode with keyboard control using
openbox now. But it seems that pre and post execute commands are not working
properly. Using a script like this:
#!/bin/sh
openbox &
snes9x-gtk $1
killall -9 openbox
does work.
Original comment by mweiman...@gmail.com
on 7 Jul 2012 at 11:07
The pre and post commands don't use popen atm. So I guess it is the problem
that RCB is waiting for the pre command to quit before it launches the
emulator. I still have to change this logic in RCB.
Original comment by maloep
on 9 Jul 2012 at 6:29
Original comment by maloep
on 22 Oct 2012 at 2:37
Original comment by maloep
on 22 Dec 2012 at 12:38
Original comment by maloep
on 14 Jun 2014 at 5:34
Original issue reported on code.google.com by
mweiman...@gmail.com
on 3 Jul 2012 at 6:50