Requirements
WSL Version
Version
10.0.22621.3155
Kernel Version
5.15.133.1-1
Repro Steps
- Install KDE Plasma and necessary packages with:
sudo pacman -S plasma kio-extras
sudo systemctl enable sddm.service --force
pacman -S xorg xorg-server xrdp
yay -S xorgxrdp
- Enable and start
xrdp service:
- sudo systemctl enable xrdp.service
sudo systemctl start xrdp.service
sudo systemctl reboot
- Add the specified code to
~/.xinitrc.
- Obtain IP address with
ip addr | grep eth0.
- Connect to the RDP server using
mstsc with ip:13389 and select the xvnc option.
Expected Behavior
I expected to see the KDE Plasma desktop environment after successfully logging in through the RDP session.
Actual Behavior
After entering my username and password, I am presented with a blue screen, and the desktop environment does not load.

Requirements
WSL Version
Version
10.0.22621.3155
Kernel Version
5.15.133.1-1
Repro Steps
sudo pacman -S plasma kio-extras
sudo systemctl enable sddm.service --force
pacman -S xorg xorg-server xrdp
yay -S xorgxrdp
xrdpservice:sudo systemctl start xrdp.service
sudo systemctl reboot
~/.xinitrc.ip addr | grep eth0.mstscwithip:13389and select thexvncoption.Expected Behavior
I expected to see the KDE Plasma desktop environment after successfully logging in through the RDP session.
Actual Behavior
After entering my username and password, I am presented with a blue screen, and the desktop environment does not load.
