Howdy,
it does not matter where you place the script, as long as you tell advanced launcher or rombrowser where it is. Just replace the retroarch command in these launchers with the path to the script. And make it executable first
$ chmod +x path_to_script
Curl is a program in Linux [1], you most likely have it already, so you should just try it out, I am more than sure it will work out of the box. In the script, there is variable called “address” you need to input the correct address for your Kodi setup, usually just change the port to what Kodi listens to, i.e. change the 8090 to whatever you can see in your Kodi settings (Settings Menu: “Kodi” -> “Web Server” -> “Allow Remote Control via HTTP” and check for the port). Last but not least make sure retroarch is actually in /usr/bin, you can check with
$ which retroarch
If it is not, just change the path in the script to the correct one.
I am glad I can help.
Because it is curious that the gamepad would still work while you run retroarch, but not afterwards.
Anywho, you need to install xdotool:
and don’t want to bother with compiling the code yourself you can download the executable (it’s 64bit, but so is Kodibuntu) from here:
You might have a different glibc. Not sure what that means. But when I install Kodibuntu I update the core right away. I believe it is on Ubuntu 14.04. Not sure what version glibc I have. Do you think it is possible to get this working? Other than the game controller it works flawless. A very smooth transition into the game and very smooth out. I am going to try some mame games now. Excellent job! cant wait to hear back. Where do you get all the information to write this stuff so quickly?