depot/third_party/nixpkgs/pkgs/development/libraries/glib/elementary-terminal-support.patch
Default email 87f9c27ba9 Project import generated by Copybara.
GitOrigin-RevId: fe2ecaf706a5907b5e54d979fbde4924d84b65fc
2023-04-12 14:48:02 +02:00

12 lines
433 B
Diff

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" },