Steam client version (build number or date): Jul 20 2021, 22:25:57
Distribution (e.g. Ubuntu): Arch Linux
Opted into Steam client beta?: Yes
Have you checked for system updates?: Yes
Please describe your issue in as much detail as possible:
I tried to get MangoHud to work with a non-Steam game, so I put mangohud %command% into launch options as I do with all other games, but that didn't work. After investigating the actual arguments that get passed to the game, I found this: (fish shell, the command may not work with POSIX shells)
For anyone who has the same issue, a temporary workaround is to put the wrapper program into the target field, and put the actual game (and additional wrappers) into the launch options, or if you need to set environment variables, put env into the target field and the variables and game into the launch options
Your system information
Please describe your issue in as much detail as possible:
I tried to get MangoHud to work with a non-Steam game, so I put
mangohud %command%into launch options as I do with all other games, but that didn't work. After investigating the actual arguments that get passed to the game, I found this: (fish shell, the command may not work with POSIX shells)The expected output would've been:
Steps for reproducing this issue:
For anyone who has the same issue, a temporary workaround is to put the wrapper program into the target field, and put the actual game (and additional wrappers) into the launch options, or if you need to set environment variables, put
envinto the target field and the variables and game into the launch options