Siduction Forum

Siduction Forum => Software - Support => Topic started by: titan on 2012/01/22, 18:13:14

Title: lightdm
Post by: titan on 2012/01/22, 18:13:14
Is there a correct way to set the default wm with lightdm. I can't find any documentation and googling has not helped.
Title: lightdm
Post by: ralul on 2012/01/22, 18:49:11
lightdm very new it is ubuntu leading this software:
On ubuntu it is self remembering which user got into what wm ...
Title: lightdm
Post by: hendrikL on 2012/01/29, 07:49:14
well,

bit late, but for the record

install lightdm, and than a configuration dialog will come up, choose lightdm as your default dm.
If not, do as root

Code: [Select]
dpkg-reconfigure lightdm

After you choose lightdm as your default dm, reboot.
If all went fine, remove gdm3 or kdm from your system.

With
Code: [Select]
dpkg -l gdm3*
or kdm, you can see what is installed and remove it with

Code: [Select]
apt-get purge ...

If you want autologing with lightdm, take a look to the following link.
I tested it and its working.

http://siripong-computer-tips.blogspot.com/2011/09/enable-lightdm-autologin-debian-wheezy.html


greetings hendrik