From cb01ec2d404db1c2080329b73143cea8c173ba3c Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:38:35 -0800 Subject: [PATCH] umu_runtime: add new line in shim --- umu/umu_runtime.py | 1 + 1 file changed, 1 insertion(+) diff --git a/umu/umu_runtime.py b/umu/umu_runtime.py index 22ec913ad..8050d3fa1 100644 --- a/umu/umu_runtime.py +++ b/umu/umu_runtime.py @@ -51,6 +51,7 @@ def create_shim(file_path: Path | None = None): # Define the content of the shell script script_content = ( "#!/bin/sh\n" + "\n" 'if [ "${XDG_CURRENT_DESKTOP}" = "gamescope" ] || [ "${XDG_SESSION_DESKTOP}" = "gamescope" ]; then\n' " # Check if STEAM_MULTIPLE_XWAYLANDS is set to 1\n" ' if [ "${STEAM_MULTIPLE_XWAYLANDS}" = "1" ]; then\n'