Hello @ThisNekoGuy, not that it directly helps with this issue, but were you sending SIGTERM (15) or SIGKILL (9) to Steam with killall? The difference between them is that SIGTERM is the default polite way to tell a process to wrap up what it is doing before stopping, and SIGKILL tells a process to drop whatever it is doing on the floor and stop running right now. From personal experience, the only scenario I've seen pkill -9 <application> not work is when the application was stuck waiting on a GPU after a GPU reset.
SIGTERM, apparently; which claims it's killing the process but really isn't
neko-san@ARCH ~> killall steam --verbose
Killed steam(389341) with signal 15
Killed steam(389354) with signal 15
neko-san@ARCH ~>
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
The "Add a non-Steam game" button irrecoverably freezes Steam unless the system is rebooted; even sending
killallsignals to Steam or re-logging in doesn't make it work after this.This also goes for doing so in the top-menu bar, as well.
What should have happened: a dialogue window asking to select a program or browse for a specific one should have appeared.
Steps for reproducing this issue: