Lines Matching full:terminal
99 guint terminal : 1;
258 info->terminal = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_TERMINAL, NULL) != FALSE;
429 new_info->terminal = info->terminal;
773 check = g_find_program_in_path ("gnome-terminal");
777 /* Note that gnome-terminal takes -x and
778 * as -e in gnome-terminal is broken we use that. */
796 g_warning ("couldn't find a terminal, falling back to xterm");
1001 if (info->terminal && !prepend_terminal_to_vector (&argc, &argv))
1004 _("Unable to find terminal required for application"));
1613 if (info->terminal)
1734 info->terminal = flags & G_APP_INFO_CREATE_NEEDS_TERMINAL;