一开始使用的是xfce4来进行桌面连接的,但是每次都需要打开Terminal来启动桌面再打开桌面客户端,并且桌面系统中Terminal的调用有问题,所以后面采用gnome+xrdp来进行桌面连接。 安装gnome
bash# 安装gnome桌面环境
sudo apt-get install ubuntu-desktop
# 安装相关工具
sudo apt-get install gnome-tweak-tool
#这里是安装systemctl
git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git
cd ubuntu-wsl2-systemd-script/
bash ubuntu-wsl2-systemd-script.sh
# 安装xrdp远程控制服务
sudo apt-get install xrdp
#修改端口3390 3389被系统shell保留
sudo sed -i 's/3389/3390/g' /etc/xrdp/xrdp.ini
sudo systemctl restart xrdp
接下来通过Windows自带的远程桌面连接localhost:3390
就可以访问桌面端口了