public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Catanzaro <mcatanzaro@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Fix default-terminal.patch to actually work
Date: Tue, 11 Aug 2026 10:38:24 GMT [thread overview]
Message-ID: <178644470409.1.16207042190502076262.rpms-glib2-f2ebcd4032a6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : f2ebcd4032a6e3bb354eba637bd7594b2e60d7dd
Author : Michael Catanzaro <mcatanzaro@redhat.com>
Date : 2024-09-26T20:41:29-05:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/f2ebcd4032a6e3bb354eba637bd7594b2e60d7dd?branch=cve-2026-58016-f44
Log:
Fix default-terminal.patch to actually work
https://gitlab.gnome.org/chergert/ptyxis/-/issues/219
---
diff --git a/default-terminal.patch b/default-terminal.patch
index cbb4dd8..99ed6e6 100644
--- a/default-terminal.patch
+++ b/default-terminal.patch
@@ -6,7 +6,7 @@ index 343f30949..48467d189 100644
const char *exec_arg;
} known_terminals[] = {
{ "xdg-terminal-exec", NULL },
-+ { "ptyxis", "-x" },
++ { "ptyxis", "--" },
{ "kgx", "-e" },
{ "gnome-terminal", "--" },
{ "mate-terminal", "-x" },
@@ -19,7 +19,7 @@ index c16e15a71..e9bd06031 100644
if (g_str_equal (terminal_name, "xdg-terminal-exec"))
return NULL;
+ if (g_str_equal (terminal_name, "ptyxis"))
-+ return "-x";
++ return "--";
if (g_str_equal (terminal_name, "kgx"))
return "-e";
if (g_str_equal (terminal_name, "gnome-terminal"))
reply other threads:[~2026-08-11 10:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178644470409.1.16207042190502076262.rpms-glib2-f2ebcd4032a6@fedoraproject.org \
--to=mcatanzaro@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox