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