Posts: 3,545
Joined: Mar 2010
Reputation:
120
Is kodilauncher being killed when you run the add-on? Try using the full paths to the PS tools in your scripts, eg c:\path\to\pskill.exe
Posts: 559
Joined: Aug 2010
Reputation:
5
2015-01-05, 21:15
(This post was last modified: 2015-01-05, 21:31 by tripkip.)
New issue: if I quit Kodi and open Chrome or some other application, then start Kodi (this time explorer.exe is running) and launch steam, exit steam, then Kodi is not in foreground.
When I click on the icon to bring Kodi into foreground it's still suspended. So I think somehow in this way the post steam script isn't called.
And that same script now works great if I'm using it Kodi/steam launcher right after booting up (without explorer.exe).
OK Last update.. I solved it by not using pssuspend, and use pskill instead to kill both kodilauncher and kodi before steam and then start kodilauncher after steam.
Works great.
Posts: 2
Joined: Jan 2015
Reputation:
0
Hi I'm trying to setup steam BPM in Kodibuntu, but when I run steam in Big Picture mode I can only see a quarter of the screen centered in my TV. Have anyone had the same problem?, Steam standalone version works fine.
thanks
Posts: 3,545
Joined: Mar 2010
Reputation:
120
Are you using a window manager? Bpm needs one. What's the output of:
DISPLAY=:0 wmctrl -l
?
Posts: 2
Joined: Jan 2015
Reputation:
0
I installed wmctrl.
the ouput is:
DISPLAY=:0 wmctrl -l
Cannot get client list properties.
(_NET_CLIENT_LIST or _WIN_CLIENT_LIST)
Posts: 3,545
Joined: Mar 2010
Reputation:
120
Yeah you don't have a window manager running. First post has a link to how to setup xbmcbuntu for use with steam BPM, I haven't updated it for kodibuntu, but I think all that needs to be changed is xbmc to kodi.
Posts: 16
Joined: Jan 2012
Reputation:
0
I am running Ubuntu 14.04 LTS with Kodi, the system automatically logins into the Kodi session. I also have open box and Steam launcher setup. I can get into Steam BPM just find, and it will connect to my host desktop computer. The problem arises when i try to stream a game. When i try to stream a game i just get a black screen. I can still hear the steam BPM menu's in the background if i use my xbox controller, also the game does successfully launch on the host machine.
I have been on the steam forums and turned off hardware encoding / decoding on both host and client, and my drivers are up to date. It appears that Steam bpm is trying to stream a game, but instead of successfully streaming the game, it throws up a black screen in front of the steam bpm menu. You still have control of the steam bpm menu, and can hear it, but you cannot see it as there is a black screen overtop of everything.
Any ideas to fix this?
Posts: 2
Joined: Jan 2015
Reputation:
0
Here is the contents of my autostart.sh
xsetroot -solid black &
/usr/bin/kodi &