Created attachment 272394 [details] Patch to update x11/xpra to 6.5 Xpra has been updated to 6.5: https://github.com/Xpra-org/xpra/releases/tag/v6.5 I have had some minor issues with 6.5 itself, for example xpra start always times out and I have to manually xpra attach afterwards. Anyhow connecting from 6.4.4 to 6.5 breaks many features (clipboard, start menu, ...). Since the other platforms are on 6.5 now, FreeBSD should follow. With the patch attached, I was able to build a 6.5 package, install it, and use it as a client (against 6.5 on FreeBSD, Debian, and Ubuntu) and as a server. I have build on my test machine in a unclean environment and only with default package options. Probably, more testing is in order.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=feae5175f3afe344ecc94327d78ab41c93da1176 commit feae5175f3afe344ecc94327d78ab41c93da1176 Author: Jan Henrik Sylvester <me@janh.de> AuthorDate: 2026-07-12 13:18:13 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-07-12 15:00:50 +0000 x11/xpra: Update to 6.5 PR: 296460 Co-authored-by: Gleb Popov <arrowd@FreeBSD.org> x11/xpra/Makefile | 3 +- x11/xpra/distinfo | 6 +- x11/xpra/pkg-plist | 292 +++++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 242 insertions(+), 59 deletions(-)
Thank you.