Skip to content
Snippets Groups Projects
Commit a62cc90d authored by Timothee Besset's avatar Timothee Besset
Browse files

update the hardcoded command line options when we fail to parse them from gamescope-session

parent acd66280
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment