On Fri, 2010-07-23 at 20:54 +0100, lI wrote: > I have the problem sorted. I did > /sbin/console-kit-daemon before I started kdm.
That sounds familiar. If you don't manually start console-kit-daemon, do you find the process is running after you start kdm, even if kdm doesn't see it? If so, you might appreciate the following patch, which stops the daemon from backgrounding itself when started on-demand by dbus - this seems to prevent some confusion over whether it's actually running or not. ================================================================ diff --git a/data/org.freedesktop.ConsoleKit.service.in b/data/org.freedesktop.ConsoleKit.service.in --- a/data/org.freedesktop.ConsoleKit.service.in +++ b/data/org.freedesktop.ConsoleKit.service.in @@ -1,4 +1,4 @@ [D-BUS Service] Name=org.freedesktop.ConsoleKit -ex...@sbindir@/console-kit-daemon +ex...@sbindir@/console-kit-daemon --no-daemon User=root ================================================================ Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
