Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3200

Graphical Environments & Desktops • LXDE: Why is it so diffcult to install the default lxdm display manager?

$
0
0
On a fresh Debian command line install (after selecting only system accessories and no desktop environment during installation), I wanted to install LXDE.
But I don't get why lightdm gets installed as display manager instead of lxdm (which is LXDE's own display manager, and shoud be the preferred choice).

At the moment I'm not at a fresh command line install, but problem remains the same.

Code:

sudo apt install lxde
gives:

Code:

The following NEW packages will be installed:<list of packages that will be installed>, light-locker, lightdm, lightdm-gtk-greeter, <list of packages that will be installed>Do you want to continue? (Y/n)
I answer

Code:

no
because I don't want lightdm to be installed, I want lxdm to be installed.

If I change the install command to:

Code:

sudo apt install lxde lxdm
then lxdm still doesn't get installed, but lightdm still does, although I haven't asked for it.

Another try:

Code:

sudo apt install lxdm
and lxdm gets installed, but when issue

Code:

sudo apt install lxde
afterwards, lightdm still gets installed...

The only 'slightly awkward' solution to this problem seems to install another display manager:

Code:

sudo apt install lxde slim
and now lightdm won't get installed.

And then finally:

Code:

sudo apt remove --purge slim
and I've successfully installed lxdm alongside LXDE.

But why is this made so difficult and definitely not user-friendly?

Statistics: Posted by Lieven — 2024-08-06 20:04 — Replies 4 — Views 100



Viewing all articles
Browse latest Browse all 3200

Trending Articles