XBMC.System.Exec works, but doesn't return to XBMC
#1
I have mapped a button on my remote to do the following:

<obc3>XBMC.System.Exec(/home/xbmc/slowdowncdspeed.sh)</obc3>

The slowdowncdspeed.sh contains:

# /bin/sh
eject -x 4 /dev/cdrom

The cdrom speed is reduced, so the script execution works.

The problem is that when I push the button, XMBC is minimalized to the taskbar, but is not restored to full screen again. I have to click the item in the taskbar and then it is full screen again.

In the documentation it says that when you execute something using system.exec, XBMC is minimalized until the script has finished and should then be restored to full screen again.

Does anyone have any idea why it is not restored to full screen again?

Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC.System.Exec works, but doesn't return to XBMC0