Closed mdentremont closed 4 years ago
The issue appears to be with using wslbridge
directly, I believe switching from --wsl
to --WSL
now uses wslbridge2
automatically and things work as expected. This issue might only be present on Ubuntu 20.04, I upgrade wsltty and Ubuntu at the same time.
This was the command I was using to run WSL in ConEmu, taken from here:
"%LOCALAPPDATA%\wsltty\bin\mintty.exe" --wsl -o Locale=C -o Charset=UTF-8 --configdir="%APPDATA%\wsltty" /bin/wslbridge -C~ -t /bin/bash
Fixed version:
"%LOCALAPPDATA%\wsltty\bin\mintty.exe" --WSL --configdir="%APPDATA%\wsltty" -~ /usr/bin/bash
Downgrading to older versions fixes the issue