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

Attached to Project: Arch Linux
Opened by Kevin Brodsky (Corax) - Monday, 27 February 2017, 23:53 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 28 February 2017, 03:48 GMT
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
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  Doug Newgard (Scimmia)
Tuesday, 28 February 2017, 03:48 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#53102 
Comment by Kevin Brodsky (Corax) - Monday, 27 February 2017, 23:55 GMT
Wrong section - moved to here: https://bugs.archlinux.org/task/53102
Comment by Doug Newgard (Scimmia) - Tuesday, 28 February 2017, 03:47 GMT
Do NOT create duplicates in the future.

Loading...