WSL Ubuntu桌面配置

  1. Windows下安装VcXsrv
  2. WSL Ubuntu下安装xfce desktop
sudo apt-get install xfce4-terminal
sudo apt-get install xfce4
  1. ~./bashrc末尾添加Display信息
export DISPLAY=:0.0
export LIBGL_ALWAYS_INDIRECT=1

执行下面命令,使修改生效配置

source ~/.bashrc
  1. Windows上打开XLaunch
    选择“Multiple Window”,Display number填写0。其他设置为默认。
  1. 在WSL Ubuntu中输入startxfce4可以启动Ubuntu桌面。

参考Windows10 + WSL 使用Linux图形界面程序

你可能感兴趣的:(WSL Ubuntu桌面配置)