Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 94125  / 1 Year ago, sat, may 20, 2023, 1:24:58

I installed a clean Ubuntu18.04 with minimal installation and installed the xrdp package.



After the XRDP user/password there is a password prompt in ubuntu for my user popping up. When I enter it the connection just dies and the connection windows dissapears.



Does anyone got xrdp running on the 18.04 release yet?



Thanks in advance


More From » 18.04

 Answers
7

It works fine with my desktop!



picture - success login xrdp



The good news is it works good with Nvidia drivers so far.



However there is still some issue to be fixed:




  1. If you are not logout in local, the remote login would fail.

  2. It would ask you to input password after login once again.



    picture - password again


  3. After login, it would ask for a authentication.



    picture - authentication never pass



    And this authenticate would never pass unless you click cancel. (Just cancel it, then you can get in the Desktop.)




to avoid the authenticate popup,you might execute the command below

(provide by this post):



sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
EOF


If the problem is not solved, I'll suggest you to:




  1. Install drivers by:



    sudo apt-get update
    sudo ubuntu-drivers autoinstall

  2. Log out any local logged-in account.



[#8406] Saturday, May 20, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
clegian

Total Points: 283
Total Questions: 115
Total Answers: 115

Location: Morocco
Member since Tue, Feb 2, 2021
3 Years ago
;