KDE4 won't log out

I've won my latest round of the battle to install KDE4. But I can't log out. I can click Kmenu->Leave->End Session but this does absolutely nothing.

I see this is /var/log/messages
Code:
Mar  6 04:41:58 blackbox console-kit-daemon[1465]: WARNING: kvm_getenvv failed: cannot open /proc/1591/mem

Suggestions?
 
Some KDE features requires procfs. Do you have procfs mounted?
Code:
$ tail -1 /etc/fstab 
proc                    /proc           procfs  rw              0       0
 
Sorry, I didn't know there was actually someone using ONLY kdebase without kdebase-workspace (which is not large).
 
Fixed itself

Yes, I am using KDM.

It fixed itself! Well, I'm sure I accidentally did something to make it work, but I can't see what. Maybe I upgraded dbus while upgrading other ports...

Cheers.
 
(edit first post in advanced mode, and use the pulldown menu - I had done it already)
 
Back
Top