Merge branch 'master' into 'master'

Add support for Tilix and Konsole

See merge request GNOME/glib!1923
This commit is contained in:
Philip Withnall 2021-02-09 11:09:59 +00:00
commit 3e5e7aa8e9

View File

@ -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)