XBMC.System.Exec doesn't return to XBMC
#1
I can run my shell script using this command, but XBMC stays minimized. Any way I can run shell scripts without quitting?

I want to be able to mount drives from my server and have a script that shuts down the server. These work, but the program stays minimized even when the script is complete. It is very frustrating.
Reply
#2
Yeah I have noticed this as well

a quick fix is installing wmctrl and then using
Code:
wmctrl -a xbmc
in your script to refocus xbmc
Reply

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