Hello
I want to make RCB to exit fullscreen/close XBMC (in solo mode) after some seconds after the launch of the emulator, to escape seeing desktop/mouse whatever you have have opened in the background... pretty sure someone have thought about it before me, since its the only thing that keeps RCB from being perfect. I already checked if it works by disabling the part of the addon that does it automatically and doing to manually. it works in linux, the system automatically locks controls on the next program being fullscreen, not sure if it does on windows.
I tried adding an idle command to the part of the addon defining the command exiting the fullscreen, but it doesn't seem to help. It idles for a few seconds then continues doing what it does, so I guess the main list of commands is left unaffected.
My question is, where exactly is the main part of the program responsible for launching of the emu and doing all the minimizing/exiting stuff.
Linux RCB to Emulator transition improvement
Avatarass
Junior Member Posts: 27 Joined: Apr 2012 Reputation: 0 |
2012-08-19 05:49
Post: #1
(This post was last modified: 2012-08-19 05:50 by Avatarass.)
|
| find quote |
malte
Skilled Python Coder Posts: 1,178 Joined: Jan 2010 Reputation: 17 Location: Germany |
2012-08-20 12:53
Post: #2
You will find the code in launcher.py in directory "resources\lib".
(This post was last modified: 2012-08-20 12:54 by malte.)
|
| find quote |
Avatarass
Junior Member Posts: 27 Joined: Apr 2012 Reputation: 0 |
2012-08-21 04:22
Post: #3
Is it even possible to do something like that?
|
| find quote |
wellspokenman
Senior Member Joined: Jul 2012 Reputation: 1 |
2012-08-30 20:20
Post: #4
doesn't using an intermediate bash script to freeze (kill -STOP) xbmc prevent background appearing during launch?
|
| find quote |

Search
Help