Lines Matching full:autolaunch
759 int autolaunch = FALSE;
798 else if (strstr (arg, "--autolaunch=") == arg)
802 if (autolaunch)
804 fprintf (stderr, "--autolaunch given twice\n");
808 autolaunch = TRUE;
816 strcmp (prev_arg, "--autolaunch") == 0)
818 if (autolaunch)
820 fprintf (stderr, "--autolaunch given twice\n");
824 autolaunch = TRUE;
829 else if (strcmp (arg, "--autolaunch") == 0)
907 if (autolaunch)
910 fprintf (stderr, "Autolaunch requested, but X11 support not compiled in.\n"
920 fprintf (stderr, "Machine UUID not provided as arg to --autolaunch\n");
924 verbose ("Autolaunch enabled (using X11).\n");
933 fprintf (stderr, "Autolaunch error: X11 initialization failed.\n");
939 fprintf (stderr, "Autolaunch error: X11 communication error.\n");
1179 if (autolaunch)