There is a new pull request by xolophreny against master on the void-packages repository https://github.com/xolophreny/void-packages lsi https://github.com/void-linux/void-packages/pull/28538 [WIP] New package: linux-steam-integration-0.7.3 #### General - [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [x] I generally don't use the affected packages but briefly tested this PR Closes #19282, caveats: - Needs both 64-bit and 32-bit packages installed to work properly - Couldn't test if `liblsi-intercept.so` and `liblsi-redirect.so` work at all for the following reason: - Manually installing replacements for steam runtime components is a challenge, at some point I got stuck with lsi-steam crashing at launch without meaningful errors, and regular steam with STEAM_RUNTIME=0 not launching with ``` src/clientdll/appdatacache.cpp (2640) : Assertion Failed: !bSharedKVSymbols src/clientdll/appdatacache.cpp (2640) : Assertion Failed: !bSharedKVSymbols ``` whatever that might mean. I'm not sure if lsi-steam crash is related to lsi-steam or steam itself, any help would be appreciated. A patch file from https://github.com/void-linux/void-packages/pull/28538.patch is attached