This article will describe installing KDE desktop environment and XRDP, and connecting to KDE desktop environment via XRDP.
Table of Contents
1 Install KDE desktop environment
Install KDE desktop environment with this.
2 Install XRDP
Install XRDP.
$ sudo dnf install -y xrdp $ sudo systemctl enable xrdp $ sudo systemctl start xrdp
3 Create ~/.Xclients
Create .Xclients in home directory of user to be connected.
$ echo "startkde" > ~/.Xclients $ chmod a+x ~/.Xclients
4 Connect to KDE desktop environment via XRDP
The rdesktop connection is as the following.