Install Ubuntu Desktop Environment (Xfce):
sudo apt update
sudo apt install ubuntu-desktop
Install XRDP(used to connect via Remote Desktop Connection):
sudo apt install xrdp
Install Slim:
sudo apt install slim
Configure XRDP to use Xfce (Ubuntu Desktop Environment):
- Edit the XRDP configuration file:
sudo nano /etc/xrdp/xrdp.ini
- Find the section [Xrdp1] and add the following line below it:
. /etc/X11/Xsession
Restart XRDP:
sudo systemctl restart xrdp
Configure Slim to start Xfce:
Edit Slim configuration file:
s