Running GUI apps as root over XRDP under Xorg

Some of you might have noticed that running apps as root/sudo under XRDP doesn't work out of the box.
While it is best to avoid it if possible, sometimes it is necessary, for apps like GParted.

So how to fix it?

  1. Create a .xsessionrc file in your home directory
     touch ~/.xsessionrc 
  2. Add this string into it
     echo "export XAUTHORITY=${HOME}/.Xauthority" > ~/.xsessionrc 
  3. Reboot
  4. Now it should work

Confirmed to be working on:

  • XFCE 4.16
  • Ubuntu 22.04.1 LTS
  • xrdp 0.9.17-2ubuntu2
  • laptopwiki/guides/os/linux/xorgxrdproot.txt
  • Last modified: 11/01/2023 13:28
  • by dustojnikhummer