Hi
I have Xbmcbuntu and updated it with with ppa:wsnipex/xbmc-xvba-testing. When I start a script that launches chromium in advanced launcher some of the chromium window is hidden behind the minimized xbmc window on top left side of the screen. Same goes for firefox.
The script that launches the chromium looks like this
Anyone know how to get the minimized xbmc window hidden or put behind the chromium window?
I have Xbmcbuntu and updated it with with ppa:wsnipex/xbmc-xvba-testing. When I start a script that launches chromium in advanced launcher some of the chromium window is hidden behind the minimized xbmc window on top left side of the screen. Same goes for firefox.
The script that launches the chromium looks like this
Code:
#!/bin/bash
openbox &
/usr/bin/chromium-browser
killall -9 openbox
Anyone know how to get the minimized xbmc window hidden or put behind the chromium window?