From a62cc90deb0aceed72c2b53bd58d23dc791581b3 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset <ttimo@ttimo.net> Date: Fri, 5 Jul 2024 10:52:12 -0600 Subject: [PATCH] update the hardcoded command line options when we fail to parse them from gamescope-session --- client/devkit-utils/steamos-get-status | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/devkit-utils/steamos-get-status b/client/devkit-utils/steamos-get-status index 1085fa1..4516cb6 100755 --- a/client/devkit-utils/steamos-get-status +++ b/client/devkit-utils/steamos-get-status @@ -227,8 +227,7 @@ def get_os_info(): return os_info def steam_default_args(): - '''Pull the default command line for the OS client so we can use it in OS_DEV mode''' - ret = ['-steamos3', '-steamdeck'] + ret = ['-steamos3', '-steampal', '-steamdeck', '-gamepadui'] try: output = subprocess.check_output('cat /usr/bin/gamescope-session | grep ^steamargs', shell=True, -- GitLab