mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 03:39:58 +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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [[ "$XDG_SESSION_TYPE" = "wayland" ]]; then
|
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
|
else
|
||||||
/usr/bin/steam-runtime "$*"
|
/usr/bin/steam-runtime "$*"
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user