2023-06-15, 22:05
Sorry for my late response... I am using Windows 11. Kodi is only activated again when I log out of my Steam account and it happens immediately when Steam restarts.
Quote:'steamwebhelper.steamwebhelper.*Steam Big Picture Mode'
Quote:'steamwebhelper.*Steam Big Picture Mode'
Quote:update steam DM window class name and replace instances of space indentation with tab indents so the AHK script is consistentThe last two changes were from 3.7.5 which was never pushed to my repo. Not sure what happened there, I need to check my other PC to see if its sitting on there.
window detection fix for linux - thanks @Juppstein
update language strings
update error messages in addon and fix a if statement error - thanks @factorion
hd script.steam.launcher/resources/scripts/steam-launcher.sh | head
00000000 23 21 2f 62 69 6e 2f 62 61 73 68 0d 0a 23 4b 6f |#!/bin/bash..#Ko|
00000010 64 69 20 53 74 65 61 6d 20 4c 61 75 6e 63 68 65 |di Steam Launche|
(2023-12-24, 08:16)mr_weasel Wrote: I found that 3.7.8 fails to launch steam from kodi on linux. Did a bit of digging and found that the steam-launcher.sh script has windows line delimiters.
I verified this by checking https://github.com/teeedubb/teeedubb-xbm...-3.7.8.zip and found that within the zip file the "script.steam.launcher/resources/scripts/steam-launcher.sh" file has two-byte 0d0a line delimiter on the end of each line, including the shebang line. e.g. showing the first 32 bytes
Code:
hd script.steam.launcher/resources/scripts/steam-launcher.sh | head
00000000 23 21 2f 62 69 6e 2f 62 61 73 68 0d 0a 23 4b 6f |#!/bin/bash..#Ko|
00000010 64 69 20 53 74 65 61 6d 20 4c 61 75 6e 63 68 65 |di Steam Launche|
As a workaround, the following command can be used to fix the problem:
dos2unix ~/.kodi/userdata/addon_data/script.steam.launcher/scripts/steam-launcher.sh