-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://gitlab.gnome.org/GNOME/glib/-/compare/2.74.5...2.75.3 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
- Loading branch information
Showing
4 changed files
with
45 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 9 additions & 13 deletions
22
pkgs/development/libraries/glib/elementary-terminal-support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c | ||
index a441bfec9..6bcd3e690 100644 | ||
index 30fcb2937..a6a7163a7 100644 | ||
--- a/gio/gdesktopappinfo.c | ||
+++ b/gio/gdesktopappinfo.c | ||
@@ -2678,6 +2678,11 @@ prepend_terminal_to_vector (int *argc, | ||
if (check != NULL) | ||
pass_cmd_as_single_arg = TRUE; | ||
} | ||
+ if (check == NULL) { | ||
+ check = g_find_program_in_path ("io.elementary.terminal"); | ||
+ if (check != NULL) | ||
+ pass_cmd_as_single_arg = TRUE; | ||
+ } | ||
if (check == NULL) | ||
check = g_find_program_in_path ("tilix"); | ||
if (check == NULL) | ||
@@ -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" }, |
55 changes: 0 additions & 55 deletions
55
pkgs/development/libraries/glib/gnome-console-support.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters