Package Details: xrdp 0.10.3-1

Git Clone URL: https://aur.archlinux.org/xrdp.git (read-only, click to copy)
Package Base: xrdp
Description: An open source remote desktop protocol (RDP) server
Upstream URL: https://github.com/neutrinolabs/xrdp
Keywords: rdp vnc xdrp
Licenses: Apache-2.0
Submitter: None
Maintainer: Abzie
Last Packager: Abzie
Votes: 149
Popularity: 1.60
First Submitted: 2008-01-15 15:02 (UTC)
Last Updated: 2025-04-02 12:22 (UTC)

Pinned Comments

Abzie commented on 2024-05-10 14:40 (UTC)

If upgrading from 0.9.x, please read the 'User Changes' section from the release page:https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.0

There is one breaking change that require manual intervention but there are three other changes that will continue to work for now.

xRDP states: Users are urged to heed any generated configuration warnings and update their configurations. Later major versions of xrdp may remove these warnings, or introduce other behaviours for the affected parameters.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 19 Next › Last »

celilo commented on 2017-03-12 21:45 (UTC)

Error when compiling due to missing dependency. I have openssl installed. I don't see packages as described in Arch packages or AUR. Thoughts? ______________ configure: error: please install libssl-dev or openssl-devel ==> ERROR: A failure occurred in build(). Aborting... :: failed to build xrdp package(s)

meta commented on 2017-02-24 02:17 (UTC)

Hi, I'm from xrdp team. Can you add "--enable-painter" option in configure? It saves people using Android client from connection issue. https://github.com/neutrinolabs/xrdp/issues/246

SanskritFritz commented on 2017-01-05 22:07 (UTC)

nasm is still needed, please include it for the makedepends.

colinkeenan commented on 2017-01-05 12:07 (UTC)

You need to add a makedepends to the PKGBUILD. I discovered this trying to build it in a clean chroot: makedepends=('nasm')

bidulock commented on 2017-01-05 09:04 (UTC)

The PKGBUILD was not removing /etc/xrdp/rsakeys.ini and therefore it was getting overwritten each time. This may have caused problems with cached credentials on the client side. The PKGBUILD and install script will leave /etc/xrdp/rsakeys.ini alone now: install the latest package and then clear your credentials cache on the client side.

lnicola commented on 2017-01-02 17:54 (UTC)

After downgrading from xrdp-git to xrdp, I can't use this anymore. When connecting with cached credentials I get a black screen which turns green if I minimize the RDP client window. Without credentials, I get: sesman connect ok sending login info to session manager, please wait... xrdp_mm_process_login_response: login failed instead of the credentials prompt.

SanskritFritz commented on 2016-11-02 16:33 (UTC)

bidulock could you please review this thred? https://bbs.archlinux.org/viewtopic.php?id=218545

dumphblooz commented on 2016-02-08 09:30 (UTC) (edited on 2016-02-08 09:30 (UTC) by dumphblooz)

$ LC_ALL=C yaourt -S xrdp ... Generating 512 bit rsa key... ssl_gen_key_xrdp1 ok saving to /etc/xrdp/rsakeys.ini problem opening /etc/xrdp/rsakeys.ini, maybe no rights error 1 in key_gen, save_all error: command failed to execute correctly

mabra commented on 2015-12-04 15:18 (UTC)

Hi ! Thanks for your investigation - but nothing changes. Have you seen my log ?? I am not sure, that all dependencies are really met. For other distros, I know, that the connecting user must be in some groups, like 'tsusers' or something like this. This is not the case with my arch setup. I say this, because the log shows: >XRDP-sesman[30667]: pam_unix(xrdp-sesman:session): session opened for user mba by (uid=0) The mba user has uid=1000. Just an amateurs note.

bidulock commented on 2015-12-04 13:48 (UTC)

Give 0.8.0-4 a try.