Have you checked for system updates?: [Yes/No] yes
Please describe your issue in as much detail as possible:
I have observed this on both Arch and Gentoo Linux both opted in and out of the beta client. Launching the Steam client with a console command to set Remote Play client parameters results does not parse correctly. The console command, @StreamClientArgs, is interpreted with a trailing ', which causes the command to fail. If a space is inserted in quotes on the command line, i.e. steam '+@StreamClientArgs ', that trailing ' is instead interpreted as an argument to the command and inserted into the arguments list.
Steps for reproducing this issue:
Launch the steam client with console commands on the command line: steam -console +@StreamClientArgs --framerate 144 --bitrate 225000
The command parses correctly, but the argument list now contains an erroneous unpaired ' at the beginning and the Remote Play client crashes when launched.
Your system information
Please describe your issue in as much detail as possible:
I have observed this on both Arch and Gentoo Linux both opted in and out of the beta client. Launching the Steam client with a console command to set Remote Play client parameters results does not parse correctly. The console command,
@StreamClientArgs, is interpreted with a trailing ', which causes the command to fail. If a space is inserted in quotes on the command line, i.e.steam '+@StreamClientArgs ', that trailing ' is instead interpreted as an argument to the command and inserted into the arguments list.Steps for reproducing this issue:
steam -console +@StreamClientArgs --framerate 144 --bitrate 225000Note the trailing ' on the command not found error.
Alternate scenario:
steam -console '+@StreamClientArgs ' --framerate 144 --bitrate 225000The command parses correctly, but the argument list now contains an erroneous unpaired ' at the beginning and the Remote Play client crashes when launched.
Expected Result