Created attachment 248714 [details] patch with fix The original issue is reported here[1]. It was broken by[2], commit[3] is the fix. 1. https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299 2. https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/de3e7aac72fdcd3e62d69f37ec2570e5d668950a 3. https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451cdeaaea8ed409e6d711b670699a97
I believe a lot of FreeBSD desktop users are affected, XFCE4 seems to be popular DE.
Created attachment 248715 [details] patch with fix Bump PORTREVISION
Hi! Thanks for reporting the issue, and providing a fix. You patch looks fine. I'm going to test this shortly and commit it as soon as I'm done.
Correction, no need to merge to quarterly, since the version there is not affected.
(In reply to Guido Falsi from comment #3) Thanks for working on this. Rebuilding x11/xfce4-terminal with this patch fixed the issue for me. The port builds fine, at least on 15.0-CURRENT[1]. 1. http://pkg.dom.potoki.eu/data/builder-head-default/2024-02-24_15h57m18s/logs/xfce4-terminal-1.1.2_1.log
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5b7a328929b8cf7803fde8761cff6046b833f1c commit e5b7a328929b8cf7803fde8761cff6046b833f1c Author: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> AuthorDate: 2024-02-26 18:34:47 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-02-26 18:37:01 +0000 x11/xfce4-terminal: Fix "unsafe paste dialog" functionality Import patch from upstream to fix a bug in the latest relase that prevents the "unsafe paste dialog" feature from working. PR: 277276 btained from: https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451cdeaaea8ed409e6d711b670699a97 x11/xfce4-terminal/Makefile | 4 ++++ x11/xfce4-terminal/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-)
Patch committed. Thanks!
(In reply to Guido Falsi from comment #7) Thank you for committing !