Cinnamon with XRDP

I’ve installed Fedora36 with Cinnamon desktop.
I want to have a remote access to the system from my laptop (Mac OS) via XRDP. But when i login from my laptop i have Gnome loaded automatically. I tried to install switchdesk (both - terminal / gui versions), but seems like it has only KDE option. Any chance to use Cinnamon with remote acces?

1 Like

Hi,

A google search found this:

So on fedora I would try:

echo "cinnamon" > ~/.Xclients
chmod +x ~/.Xclients
sudo systemctl restart xrdp.service

Regards Tom.

2 Likes

It worked, thanks very much!!!

1 Like