[glib: 1/2] Add support for Tilix and Konsole
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Add support for Tilix and Konsole
- Date: Tue, 9 Feb 2021 11:10:00 +0000 (UTC)
commit 0b0fcfad11cadd43ff1ce96800ebbce70016ffc3
Author: Jan Kot <janymalino gmail com>
Date: Wed Feb 3 20:44:55 2021 +0100
Add support for Tilix and Konsole
gio/gdesktopappinfo.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
index d1b76a8a5..1a4b97918 100644
--- a/gio/gdesktopappinfo.c
+++ b/gio/gdesktopappinfo.c
@@ -2600,6 +2600,10 @@ prepend_terminal_to_vector (int *argc,
}
else
{
+ if (check == NULL)
+ check = g_find_program_in_path ("tilix");
+ if (check == NULL)
+ check = g_find_program_in_path ("konsole");
if (check == NULL)
check = g_find_program_in_path ("nxterm");
if (check == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]