FS#53102 - [steam] Incorrect setting of LD_LIBRARY_PATH in steam-native

Attached to Project: Community Packages
Opened by Kevin Brodsky (Corax) - Monday, 27 February 2017, 23:55 GMT
Last edited by Levente Polyak (anthraxx) - Wednesday, 21 August 2019, 21:27 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

steam 1.0.0.54-1 breaks steam-native when run under primusrun or equivalent, because it overrides LD_LIBRARY_PATH instead of appending to it.

In steam-native.sh, please replace:
export LD_LIBRARY_PATH="/usr/lib/steam:/usr/lib32/steam"
with:
export LD_LIBRARY_PATH="/usr/lib/steam:/usr/lib32/steam${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"

(Making the shebang /bin/bash would also be a good idea.)
This task depends upon

Closed by  Levente Polyak (anthraxx)
Wednesday, 21 August 2019, 21:27 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.0.0.54-3

Loading...