platform · inferred from evidence
WSL2
Windows Subsystem for Linux version 2, a platform for running Linux environments on Windows.
- pscale CLI hangs for ~2 minutes on every command in WSL2
Confirmed workaround: run `pkill gnome-keyring` before each pscale command — multiple reporters verified commands go from ~2 minutes to instant. One user aliased it in .bashrc: `alias pscale="pkill gnome-keyring && pscale"`. The underlying