Imported Upstream version 2.67.4
[platform/upstream/glib.git] / gio / gdesktopappinfo.c
index d1b76a8..1a4b979 100644 (file)
@@ -2601,6 +2601,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)
             check = g_find_program_in_path ("color-xterm");