Package Details: xorgxrdp 0.10.2-3

Git Clone URL: https://aur.archlinux.org/xorgxrdp.git (read-only, click to copy)
Package Base: xorgxrdp
Description: Xorg drivers for xrdp
Upstream URL: https://github.com/neutrinolabs/xorgxrdp
Licenses: X11
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 16
Popularity: 0.140446
First Submitted: 2018-02-06 14:30 (UTC)
Last Updated: 2024-08-04 09:11 (UTC)

Pinned Comments

Chocobo1 commented on 2022-11-10 16:23 (UTC) (edited on 2022-11-10 16:31 (UTC) by Chocobo1)

If you are having this error:

ERROR: One or more PGP signatures could not be verified!

Read the following for an explanation and how to temporarily workaround it: https://wiki.archlinux.org/title/Makepkg#Signature_checking

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

AlexDRL commented on 2022-10-11 14:12 (UTC)

@ato2 having the same issue here, can't install even with @nosada rollback

Chocobo1 commented on 2022-10-05 19:31 (UTC)

the package needs 'libxfont2' as makedependency

Thanks, done.

allspark commented on 2022-10-05 17:44 (UTC)

the package needs 'libxfont2' as makedependency

nosada commented on 2022-08-25 07:27 (UTC)

It works fine on rollbacking vailgpgpkeys to previous commit:

diff --git a/PKGBUILD b/PKGBUILD
index 40523a6..4e76c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ options=('staticlibs')
 source=("https://github.com/neutrinolabs/xorgxrdp/releases/download/v$pkgver/xorgxrdp-$pkgver.tar.gz"{,.asc})
 sha256sums=('45df8934dfc39e97a5d8722859b82186d2dfd0a4f80c92a6f7771bd85baed93c'
             'SKIP')
-validpgpkeys=('18AB838A907167745914871903993B4065E7193B')  # Koichiro IWAO <meta@vmeta.jp>
+validpgpkeys=('61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB')  # Koichiro IWAO <meta@vmeta.jp>

ato2 commented on 2022-08-23 12:34 (UTC)

Key not available ? : % yay -Sy --noconfirm xorgxrdp ...... ==> Verifying source file signatures with gpg... xorgxrdp-0.2.18.tar.gz ... FAILED (invalid public key 61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB) ==> ERROR: One or more PGP signatures could not be verified! % KEY=61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB

pacman-key --recv-keys $KEY --keyserver keys.gnupg.net

gpg: keyserver receive failed: Server indicated a failure ==> ERROR: Remote key not fetched correctly from keyserver.

pacman-key --recv-keys $KEY --keyserver keyserver.ubuntu.com

gpg: keyserver receive failed: Server indicated a failure ==> ERROR: Remote key not fetched correctly from keyserver.

sshaikh commented on 2021-11-24 13:21 (UTC)

Generally this needs to be rebuilt each time xrdp (and perhaps xorg) gets released, even if the source doesn't change. A pkgrel bump would force this, but I believe is not technically correct as the output depends on your environment, not changes this package.

Cphusion commented on 2021-11-24 13:17 (UTC) (edited on 2021-11-24 19:51 (UTC) by Cphusion)

@prg could this be the reason why xorgxrdp and xrdp aren't currently working anymore, since I didn't make any configuration changes and it was working before?

Update: I downgrade xorg-server and it's dependencies to a previous version as well as some xf86 dependencies and now xrdp/xorgxrdp are working again.

prg commented on 2021-11-10 05:08 (UTC)

this may need a rebuild/pkgrel bump after the recent xorg release

Jat commented on 2021-09-25 20:01 (UTC)

use Ubuntu Keyserver keyserver.ubuntu.com

soaresluciano commented on 2021-09-21 16:42 (UTC) (edited on 2021-09-21 16:45 (UTC) by soaresluciano)

I'm trying 0.2.17-1, and I got the same issue as described by @jonandermb.

The previous suggestion of using "gpg --keyserver keys.gnupg.net --recv-keys 61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB" reports: "gpg: keyserver receive failed: Server indicated a failure"