Add support for Tilix and Konsole

This commit is contained in:
Jan Kot 2021-02-03 20:44:55 +01:00
parent f67b12467b
commit 0b0fcfad11

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)