Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > main-updates-src > by-pkgid > 781b3286ab043d8685abdda355a82e51 > files > 9

gdm-2.18.0-3.1mdv2007.1.src.rpm

--- gdm-2.8.0.0/daemon/slave.c.xvt	2005-05-06 17:05:17.000000000 +0200
+++ gdm-2.8.0.0/daemon/slave.c	2005-06-11 16:14:54.309678088 +0200
@@ -3839,7 +3839,7 @@
 	/* an if and not an else, we could have done a fall-through
 	 * to here in the above code if we can't find gnome-session */
 	if (strcmp (session, GDM_SESSION_FAILSAFE_XTERM) == 0) {
-		argv[0] = find_prog ("xterm");
+		argv[0] = find_prog ("xvt");
 		if (argv[0] == NULL) {
 			gdm_error_box (d, GTK_MESSAGE_ERROR,
 				       _("Cannot find \"xterm\" to start "
@@ -3861,7 +3861,7 @@
 				   "if you cannot log in any other way.  "
 				   "To exit the terminal emulator, type "
 				   "'exit' and an enter into the window."));
-			focus_first_x_window ("xterm");
+			focus_first_x_window ("XTerm");
 		}
 		failsafe = TRUE;
 	}