<div dir="ltr"><div style="color:rgb(103,78,167)" class="gmail_default"><br><br></div><div style="color:rgb(103,78,167)" class="gmail_default">I have experienced the same bug:<br></div><div style="color:rgb(103,78,167)" class="gmail_default">root login worked fine<br></div><div style="color:rgb(103,78,167)" class="gmail_default">non-root login displayed a green screen, then timed out.<br><br></div><div style="color:rgb(103,78,167)" class="gmail_default">I am using Debian 9, XRDP, XORGXRDP and LXQT as the desktop.<br></div><div style="color:rgb(103,78,167)" class="gmail_default"><br></div><div style="color:rgb(103,78,167)" class="gmail_default">Using the information posted by Richard Kettlewell, I had a look at the Xwrapper.config file.<br></div><div style="color:rgb(103,78,167)" class="gmail_default">I found that changing the file /etc/X11/Xwrapper.config to<br></div><div style="color:rgb(103,78,167)" class="gmail_default">allowed_users=anybody<br></div><div style="color:rgb(103,78,167)" class="gmail_default">needs_root_rights=yes<br><br></div><div style="color:rgb(103,78,167)" class="gmail_default">allowed the non-root users to login.<br><br></div><div style="color:rgb(103,78,167)" class="gmail_default">I am not a Debian developer and this 'fix' looks like it might be a security risk though. <br></div><div style="color:rgb(103,78,167)" class="gmail_default"><br></div><div style="color:rgb(103,78,167)" class="gmail_default">​</div><br><br>On Fri, 21 Jul 2017 16:13:55 +0100 Richard Kettlewell <<a href="mailto:rjk@terraraq.uk">rjk@terraraq.uk</a>> wrote:<br>> I see similar behavior, i.e. blue screen after supplying password.<br>> <br>> I straced the whole thing. The Xorg wrapper fails, issuing the following<br>> message. AFAICT this message isn't logged anywhere.<br>> <br>> 1841  1500648896.782569 write(2, "/usr/lib/xorg/Xorg.wrap: Only co"...,<br>> 76) = 76<br>> <br>> This is "Only console users are allowed to run the X server" and indeed<br>> putting allowed_users=anybody in /etc/X11/Xwrapper.config gets past this<br>> particular issue.<br>> <br>> However the result is then a black screen instead of a blue screen, so<br>> it's not really much forward progress!<br>> <br>> I can see in ps that there are a lot processes (marco, mate-panel, caja,<br>> etc) running so it's certainly started a session; it's just not<br>> displaying it for some reason.<br>> <br>> ttfn/rjk<br>> <br>> <br></div>