0

trying to start xrdp with

sudo systemctl start xrdp

fails with error:

could not start log

What is missing?

juerg
  • 479
  • 5
  • 16

1 Answers1

0

found this and it worked for me

/etc/X11/Xsession.d/80mate-environment

Add:

unset DBUS_SESSION_BUS_ADDRESS

before the closing fi

juerg
  • 479
  • 5
  • 16