core/pkgs/by-name/gl/glib/elementary-terminal-support.patch

13 lines
433 B
Diff
Raw Normal View History

2024-05-02 00:46:19 +00:00
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
index 30fcb2937..a6a7163a7 100644
--- a/gio/gdesktopappinfo.c
+++ b/gio/gdesktopappinfo.c
@@ -2704,6 +2704,7 @@ prepend_terminal_to_vector (int *argc,
{ "gnome-terminal", "--" },
{ "mate-terminal", "-x" },
{ "xfce4-terminal", "-x" },
+ { "io.elementary.terminal", "-x" },
{ "tilix", "-e" },
{ "konsole", "-e" },
{ "nxterm", "-e" },