LXDE LXDE startup problems

When running startx LXDE comes up with this error msg:-
Code:
GDBus.Error:org.freedesktop.ConsoleKit.Manager.GeneralError: Unable to lookup session information for process 'xxxx'

A Google search found someone who had this problem but found a solution

https://forum.lxde.org/viewtopic.php?f=23&t=37424

It involved editing /etc/lxdm/Xsession but I don't see such a file on my system not even a /usr/local/etc/lxdm/Xsession

Anyone come across this problem?
 
Better try installing LightDM and launching LXDE from there.
To install LightDM:
sudo pkg install lightdm-gtk-greeter
Now to enable it at boot:
sudo sysrc lightdm_enable=YES
 
I followed that thread and can't get rid of the error msg.

Do you start consolekit in .xinitrc before starting LXDE?
 
Back
Top