Posts: 3,545
Joined: Mar 2010
Reputation:
120
How are you launching kodi? Does running the following from a terminal when kodi is running work?
"/home/kodi/.kodi/userdata/addon_data/script.steam.launcher/scripts/steam-launch.sh" "/usr/bin/steam" "/usr/bin/kodi" "0" "false" "false" "false"
You might need to find a command that kills kodi and add it as a pre-steam script.
Posts: 3,545
Joined: Mar 2010
Reputation:
120
Does running the commands above give any clues as to what is happening? Dow running "kill -9 kodi.bin" kill kodi?
Posts: 16
Joined: Sep 2018
Reputation:
0
ciax
Junior Member
Posts: 16
Hi,
thanks for steam launcher addon teeedubb!
Steam started a beta "steam client" with wine/proton support to get windows games playable under linux. I tried the native steam client and windows games can be installed and launched under linux with the beta client.
If i try to launch the game with steam launcher under kodi, it dows not show the possibility to launch the game, just "No Steam OS support" or something like this. Also it's not possible to adjust the settings via steam launcher to participate the beta program - the option is "greyed out".
Would it be possible to launch "wine/proton emulated" windows games with steam launcher under kodi with linux? Or maybe the problem is somewhere else?
Thanks!
ciax
Posts: 3,545
Joined: Mar 2010
Reputation:
120
That's strange.
I don't have a Linux install to test with right now so if you want this fixed I need you to troubleshoot this for me.
The Kodi debug log will show he command that the add-on uses to launch steam - what happens when you use that command to launch steam outside of Kodi?
Posts: 3,545
Joined: Mar 2010
Reputation:
120
Hi Ciax,
How does steam act when you run:
"/var/lib/vdr/.kodi/userdata/addon_data/script.steam.launcher/scripts/steam-launch.sh" "/usr/games/steam" "/usr/bin/kodi" "1" "false" "false" "false"
?
Posts: 216
Joined: Nov 2013
Reputation:
30
yasij
Senior Member
Posts: 216
This is broken in Kodi 18 on Linux. steam-launch.sh has many references to kodi.bin which doesn't exist with Kodi 18. The kodi executable is now display server dependent:
It's called kodi-x11 for X.org, kodi-wayland for wayland and kodi-gbm for gbm. To get is working with Kodi 18 in X.org, I manually changed the kodi.bin references to kodi-x11.
Posts: 16
Joined: Sep 2018
Reputation:
0
ciax
Junior Member
Posts: 16
.. but, i'm using kodi 17.