help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MATE Desktop fails


From: Gottfried
Subject: Re: MATE Desktop fails
Date: Tue, 9 May 2023 10:11:50 +0000

Hi,
Have you tried switching into regular X.org (or into Wayland) using
the little sessions sprocket in the GDM login screen?

There is no possibility to do that.

I have got 2 options:

login to MATE or login to ENLIGHTENMENT Desktop.
that’s all.

Kind regards

Gottfried





Am 08.05.23 um 18:24 schrieb Felix Lechner:
Hi Gottfried,

On Mon, May 8, 2023 at 8:32 AM Gottfried <gottfried@posteo.de> wrote:

How can I install "lightdm" instead of "gdm"

I have never used lightdm but I think it is reasonably popular. You
may wish to wait for more responses before making such a drastic
change.

Have you tried switching into regular X.org (or into Wayland) using
the little sessions sprocket in the GDM login screen?

As for lightdm, the Guix reference manual offers an example
configuration here. [1] You would probably also want to remove the
gdm-service-type from %desktop-services with something like this:

(services
   (append
     (list

       [...]

       (service lightdm-service-type))

     (modify-services %desktop-services
       (delete gdm-service-type))))

That was typed by hand and is untested, but you can see a more general
example here. [2]

Kind regards
Felix

[1] https://guix.gnu.org/en/manual/devel/en/html_node/X-Window.html#lightdm
[2] 
https://codeberg.org/lechner/system-config/src/branch/history/host/lechner-desktop/operating-system.scm#L249

--

Attachment: OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]