mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +00:00
aaf0d8f819
https://gitlab.gnome.org/GNOME/glib/-/compare/2.78.4...2.80.0 Co-Authored-By: Bobby Rong <rjl931189261@126.com> Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
13 lines
433 B
Diff
13 lines
433 B
Diff
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
|
|
index 87db7a97a..bf01fb6b6 100644
|
|
--- a/gio/gdesktopappinfo.c
|
|
+++ b/gio/gdesktopappinfo.c
|
|
@@ -2697,6 +2697,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" },
|