mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 21:03:51 +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
|
else
|
||||||
{
|
{
|
||||||
|
if (check == NULL)
|
||||||
|
check = g_find_program_in_path ("tilix");
|
||||||
|
if (check == NULL)
|
||||||
|
check = g_find_program_in_path ("konsole");
|
||||||
if (check == NULL)
|
if (check == NULL)
|
||||||
check = g_find_program_in_path ("nxterm");
|
check = g_find_program_in_path ("nxterm");
|
||||||
if (check == NULL)
|
if (check == NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user