mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gdesktopappinfo.c: Drop disregarded xterm check
https://bugzilla.gnome.org/show_bug.cgi?id=786580
This commit is contained in:
parent
830744b0f4
commit
926db3174a
@ -2489,8 +2489,6 @@ prepend_terminal_to_vector (int *argc,
|
||||
check = g_find_program_in_path ("color-xterm");
|
||||
if (check == NULL)
|
||||
check = g_find_program_in_path ("rxvt");
|
||||
if (check == NULL)
|
||||
check = g_find_program_in_path ("xterm");
|
||||
if (check == NULL)
|
||||
check = g_find_program_in_path ("dtterm");
|
||||
if (check == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user