I can set the default login that's used when I first start my system -- in fact, the installation procedure specifically allows for setting the startup to log in automatically. But is there a way to get that automatic login to be used after logout?
I'm running Kubuntu 14.10.
open file:
and change line user-session to what session you want to set it as default session (default is
kde-plasma.desktop
for kubuntu 14.10)You can get all installed session on your Kubuntu with the following command:
Found something!
In the
/usr/share/doc/lightdm/lightdm.conf
documentation I found the following parameters in the[SeatDefaults]
section::-)
/etc/init/lightdm.conf
is a dud: it's some script that starts lightdm...However in
/usr/share/lightdm/lightdm.conf.d
are a bunch of scripts that contain the section [SeatDefaults] of which50-unity-greeter.conf
contains a modification by myself to turn on the numlock on login, so I'm convinced that that is where we should start looking...This isn't a real "answer" to your question but more an invite to work together on how to solve this... your thoughts?
P.S. Your reputation is high enough to just [edit] my answer and change it the way you want...