2018年04月12日 xrdp-0.9.6 and xorgxrdp-0.2.6 on Slackware-14.2(64)
_ How to build xrdp-0.9.6
$ tar xvf xrdp-0.9.6.tar.gz $ cd xrdp-0.9.6 $ ./bootstrap $ ./configure $ ./configure --disable-pam --disable-painter --disable-rfxcodec $ make # make install
_ How to build xorgxrdp-0.2.6
$ tar xvf xorgxrdp-0.2.6.tar.gz $ cd xorgxrdp-0.2.6 $ ./bootstrap $ ./configure $ make # make install
_ How to fix login failure
I could not login with next error message in /var/log/xrdp-sesman.log.
[20180412-01:46:53] [INFO ] Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log [20180412-01:47:03] [ERROR] X server for display 10 startup timeout [20180412-01:47:03] [CORE ] waiting for window manager (pid 19184) to exit [20180412-01:47:03] [ERROR] X server for display 10 startup timeout [20180412-01:47:03] [ERROR] another Xserver might already be active on display 10 - see log [20180412-01:47:03] [DEBUG] aborting connection...
I fixed this issue by next command :)
# echo "allowed_users=anybody" >>/etc/X11/Xwrapper.config