mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-10 15:54:25 +00:00
chore: Prefix LD_PRELOAD with env in bazzite-steam-runtime
This commit is contained in:
parent
bca7001423
commit
4216f90def
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$XDG_SESSION_TYPE" = "wayland" ]]; then
|
||||
LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam-runtime "$*"
|
||||
env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam-runtime "$*"
|
||||
else
|
||||
/usr/bin/steam-runtime "$*"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user