Package Details: xrdp 0.10.6-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: 152
Popularity: 0.54
First Submitted: 2008-01-15 15:02 (UTC)
Last Updated: 2026-04-19 11:59 (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 2 3 4 5 6 7 8 9 10 11 .. 20 Next › Last »

fow0ryl commented on 2022-03-20 02:16 (UTC)

The point is, that tigervnc is not needed for some setups. And tigervnc itself depends on many packages itself. And each dependend package could have dependencies itself. In fact we get a dependency tree, and potential problems without any need. So if someone wants to use thightvnc and xrdp that's not possible because tigervnc blocks installation of tightvnc. The clean way is to define only those packages as dependent which are realy depend. The other packages belong to optdepends.

By the way. What is the answer to this question: Why tigervnc is defined as dependency while xorg-xrdp ist not?

bidulock commented on 2022-03-15 09:31 (UTC)

@Ta180m tigervnc is a small package in community. What is the problem?

dodecahedron commented on 2022-03-11 21:19 (UTC)

I also agree with @fow0ryl that the tigervnc dependency should be removed since it isn't necessary when using Xorg. Can the maintainer please make the edit that @fow0ryl suggested?

bidulock commented on 2022-01-13 19:00 (UTC)

@Ta180m done: thanks for pointing that out.

dodecahedron commented on 2022-01-12 23:15 (UTC)

Can the maintainer add the line --with-imlib2=yes to the PKGBUILD when running ./configure? This enables support for non-BMP backgrounds for the login screen.

fow0ryl commented on 2021-11-30 15:42 (UTC) (edited on 2021-11-30 15:46 (UTC) by fow0ryl)

It would be very nice if the dependency to "tigervnc" could be removed. VNC is not a real dependency. Its possible to use i.e. Xorg instead. Since I do not use VNC I have to edit PKGBUILD every build time...

To point to all optional dependencies you can add:

optdepends=('tigervnc: vnc support'
            'xorgxrdp: Xorg drivers'
            'xorgxrdp-glamor: Xorg xrdp drivers with glamor enabled'
            'xorgxrdp-nvidia: Xorg xrdp drivers with nvidia GPU support'
            'pulseaudio-module-xrdp: pulseaudio sound support')

JoeCool commented on 2021-11-23 15:40 (UTC)

For me I can still not login to Xvnc via xrdp.

But xrdp-sesman spawns a Xvnc server that you can connect to with vnc if you set a password in ~/.vnc/sesman_passwd-user@host:display

tachtler commented on 2021-11-21 07:08 (UTC) (edited on 2021-11-21 07:16 (UTC) by tachtler)

Still the same situation as @JoeColl [Xvnx] not working [Xorg] is working, if you install xorgxrdp too. (Tried to connect with Remmina)

GeorgeJP commented on 2021-10-14 15:09 (UTC)

Same situation/journal errors as @JoeCool [Xvnc] not working (need revert to 0.9.16-3) [Xorg] is OK

russkel commented on 2021-10-08 03:39 (UTC)

Is the depend on tigervnc for supporting a VNC backend? If so could it be made optional please? Tigervnc does not appear as a dependency in the compiling instructions for xrdp. I also was able to compile without it, after editing the pkgbuild.