about summary refs log tree commit diff
path: root/pkgs/development/libraries/glib/elementary-terminal-support.patch
blob: 34a56c8487aee460e2cd9971d31c6bcf1c3a1270 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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" },