public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Fix default-terminal.patch to actually work
@ 2026-08-11 10:38 Michael Catanzaro
0 siblings, 0 replies; only message in thread
From: Michael Catanzaro @ 2026-08-11 10:38 UTC (permalink / raw)
To: git-commits
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"))
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:38 [rpms/glib2] cve-2026-58016-f44: Fix default-terminal.patch to actually work Michael Catanzaro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox