'ubuntu 22.04 xrdp could not start log
trying to start xrdp with
sudo systemctl start xrdp
fails with error:
could not start log
What is missing?
Solution 1:[1]
found this and it worked for me
/etc/X11/Xsession.d/80mate-environment
Add:
unset DBUS_SESSION_BUS_ADDRESS
before the closing fi
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | juerg |
