mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Add support for Tilix and Konsole
This commit is contained in:
parent
f67b12467b
commit
0b0fcfad11
@ -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