From dc26da52c353b77a90bfde56c5ea455f0c5b78cb Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 16 Feb 2024 14:48:51 -0800 Subject: [PATCH] chore: Fix extra params in bazzite-steam --- system_files/desktop/shared/usr/bin/bazzite-steam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/bin/bazzite-steam b/system_files/desktop/shared/usr/bin/bazzite-steam index e9b07590..ec14b42f 100755 --- a/system_files/desktop/shared/usr/bin/bazzite-steam +++ b/system_files/desktop/shared/usr/bin/bazzite-steam @@ -20,7 +20,7 @@ if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then # It's been primarily developed for allowing the desktop functionality # on the Steam Controller to work while Steam is open on Wayland. # Also supports Steam Input as a whole. - env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam "$LAUNCH_OPTIONS" "$*" + env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam "$LAUNCH_OPTIONS" "$@" else /usr/bin/steam "$LAUNCH_OPTIONS" "$@" fi \ No newline at end of file