SOURCES: kde4-kdebase-workspace-kdmsession.patch (NEW) - fix kdm session co...

shadzik shadzik at pld-linux.org
Sun Aug 10 14:01:14 CEST 2008


Author: shadzik                      Date: Sun Aug 10 12:01:14 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix kdm session coockie

---- Files affected:
SOURCES:
   kde4-kdebase-workspace-kdmsession.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kde4-kdebase-workspace-kdmsession.patch
diff -u /dev/null SOURCES/kde4-kdebase-workspace-kdmsession.patch:1.1
--- /dev/null	Sun Aug 10 14:01:14 2008
+++ SOURCES/kde4-kdebase-workspace-kdmsession.patch	Sun Aug 10 14:01:08 2008
@@ -0,0 +1,11 @@
+--- kdm/backend/session.c.orig	2008-08-10 13:48:50.254316500 +0200
++++ kdm/backend/session.c	2008-08-10 13:55:50.576585000 +0200
+@@ -636,7 +636,7 @@
+ 		setupDisplay( td_setup );
+ 
+ #ifdef WITH_CONSOLE_KIT
+-	ck_session_cookie = open_ck_session (getpwnam(curuser), d);
++	ck_session_cookie = open_ck_session (getpwnam(curuser), td);
+ 	if (!startClient( &clientPid, ck_session_cookie )) {
+ #else
+ 	if (!startClient( &clientPid )) {
================================================================


More information about the pld-cvs-commit mailing list