Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > d7c3c882052bc1a8f8949ca86eb820c2 > files > 3

gdm-2.20.1-3mdv2008.0.src.rpm

--- gdm-2.19.1/daemon/slave.c.tmpdir	2007-05-14 08:45:15.000000000 +0200
+++ gdm-2.19.1/daemon/slave.c	2007-05-14 08:47:03.000000000 +0200
@@ -2620,6 +2620,7 @@
 		g_setenv ("GDM_GREETER_PROTOCOL_VERSION",
 			  GDM_GREETER_PROTOCOL_VERSION, TRUE);
 		g_setenv ("GDM_VERSION", VERSION, TRUE);
+		g_setenv ("TMPDIR", "/tmp", TRUE);
 
 		pwent = getpwnam (gdmuser);
 		if G_LIKELY (pwent != NULL) {