1

When accessing Ubuntu 24.04 using RDP (via xrdp), it lacks window elements like the minimize/hide button:

enter image description here

Is there a way to have this element available in a RDP session as well?

1 Answers1

2

To change the appearance of the desktop from the default gnome to Ubuntu, create the hidden file /home/$USER/.xsessionrc with the following content:

export GNOME_SHELL_SESSION_MODE=ubuntu
export XDG_CURRENT_DESKTOP=ubuntu:GNOME
export XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg

Source: How to login to the Ubuntu (not GNOME) session on a remote server using xRDP?

Hope this helps

user68186
  • 37,461