O
OpenDeck2mo ago
Dofain

SteamOS implementation results in errors

When starting the application in SteamOS (SteamDeck), it looks for Wine in /usr/bin/wine, although SteamOS installs everything in /home/deck/.local or equivalent, to run wine, the command is org.WineHQ.Wine, solved that with making a simlink, however, I get a ShellExecuteEx failed: File not found. which according to wine forum means it tries to run wine outside of the plugin folder so I can't get to run any plugin so far outside of the app. I tested many plugin and only the counter works so far I tested the device and it works fine with StreamController both ways on SteamOS (music playing and showing title on the device as well as sending commands/inputs)
No description
4 Replies
ninjadev64
ninjadev642mo ago
It does not look for /usr/bin/wine, it only looks for wine In the PATH So you only need to add the directory that wine is actually in to the PATH, not add a symlink
Dofain
DofainOP2mo ago
I tried adding one in /home/deck/.local/bin which is in the PATH but still got the error also there is no "wine" in the steamdeck, only "org.WineHQ.Wine", so it still needs a simlink from wine to org.WineHQ.Wine also alias didn't work
ninjadev64
ninjadev642mo ago
Alright I see That's an... interesting decision on Valve's part
Dofain
DofainOP2mo ago
flatpack through Discover mainly

Did you find this page helpful?