mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'master' into 'master'
Add support for Tilix and Konsole See merge request GNOME/glib!1923
This commit is contained in:
commit
3e5e7aa8e9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user