安装问题

  1. 无法解析的服务器名称,Error code: Wsl/WININET_E_NAME_NOT_RESOLVED
 PS C:\Users\DianzhongLi> wsl --list --online
 无法从“https://raw.githubusercontent.com/microsoft/WSL/master/distributions/DistributionInfo.json”中提取列表分发。无法解析服务器的名称或地址
 Error code: Wsl/WININET_E_NAME_NOT_RESOLVED

解决方法:

  1. 使用代理或者 VPN
  2. hosts 中指定 raw.githubusercontent.com 的对应 ip

安装 WSL 报错 Error code: Wsl/WININET_E_NAME_NOT_RESOLVED 问题解决-CSDN 博客

屏幕缩放问题

使用 export GDK_DPI_SCALE=1.5 即可解决。

其它解决方案:https://github.com/microsoft/wslg/issues/23

不能显示中文字符

 sudo mkdir /usr/share/fonts/win11
 sudo ln -s /mnt/c/Windows/Fonts/* /usr/share/fonts/win11