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: Update default-terminal.patch for Ptyxis, new default terminal
Date: Tue, 11 Aug 2026 10:38:21 GMT	[thread overview]
Message-ID: <178644470177.1.31314166292090813.rpms-glib2-f759b60af235@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : f759b60af235c9a404d5189ca0c206df0de2e910
Author : Michael Catanzaro <mcatanzaro@redhat.com>
Date   : 2024-08-20T10:01:09-05:00
Stats  : +13/-35 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/f759b60af235c9a404d5189ca0c206df0de2e910?branch=cve-2026-58016-f44

Log:
Update default-terminal.patch for Ptyxis, new default terminal

---
diff --git a/default-terminal.patch b/default-terminal.patch
index 2742e26..cbb4dd8 100644
--- a/default-terminal.patch
+++ b/default-terminal.patch
@@ -1,55 +1,33 @@
-From d7167cb1d862b15624e1e369e50f1c31448c7af3 Mon Sep 17 00:00:00 2001
-From: Christian Persch <chpe@src.gnome.org>
-Date: Thu, 4 May 2023 16:37:29 +0200
-Subject: [PATCH] gio: Lower kgx priority below gnome-terminal
-
-https://bugzilla.redhat.com/show_bug.cgi?id=2192204
----
- gio/gdesktopappinfo.c        | 2 +-
- gio/tests/desktop-app-info.c | 6 +++---
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
 diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
-index 1f161328a..b8a700e58 100644
+index 343f30949..48467d189 100644
 --- a/gio/gdesktopappinfo.c
 +++ b/gio/gdesktopappinfo.c
-@@ -2700,8 +2700,8 @@ prepend_terminal_to_vector (int          *argc,
+@@ -2700,6 +2700,7 @@ prepend_terminal_to_vector (int          *argc,
      const char *exec_arg;
    } known_terminals[] = {
      { "xdg-terminal-exec", NULL },
--    { "kgx", "-e" },
++    { "ptyxis", "-x" },
+     { "kgx", "-e" },
      { "gnome-terminal", "--" },
-+    { "kgx", "-e" },
      { "mate-terminal", "-x" },
-     { "xfce4-terminal", "-x" },
-     { "tilix", "-e" },
 diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c
-index 594ec945d..2f468416f 100644
+index c16e15a71..e9bd06031 100644
 --- a/gio/tests/desktop-app-info.c
 +++ b/gio/tests/desktop-app-info.c
-@@ -1345,10 +1345,10 @@ get_terminal_divider (const char *terminal_name)
+@@ -1401,6 +1401,8 @@ get_terminal_divider (const char *terminal_name)
  {
    if (g_str_equal (terminal_name, "xdg-terminal-exec"))
      return NULL;
--  if (g_str_equal (terminal_name, "kgx"))
--    return "-e";
-   if (g_str_equal (terminal_name, "gnome-terminal"))
-     return "--";
-+  if (g_str_equal (terminal_name, "kgx"))
-+    return "-e";
-   if (g_str_equal (terminal_name, "tilix"))
++  if (g_str_equal (terminal_name, "ptyxis"))
++    return "-x";
+   if (g_str_equal (terminal_name, "kgx"))
      return "-e";
-   if (g_str_equal (terminal_name, "konsole"))
-@@ -1864,8 +1864,8 @@ main (int   argc,
+   if (g_str_equal (terminal_name, "gnome-terminal"))
+@@ -1923,6 +1925,7 @@ main (int   argc,
    guint i;
    const gchar *supported_terminals[] = {
      "xdg-terminal-exec",
--    "kgx",
++    "ptyxis",
+     "kgx",
      "gnome-terminal",
-+    "kgx",
      "mate-terminal",
-     "xfce4-terminal",
-     "tilix",
--- 
-2.39.1
-

                 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=178644470177.1.31314166292090813.rpms-glib2-f759b60af235@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