unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Felix Lechner via <help-guix@gnu.org>
To: Gottfried <gottfried@posteo.de>
Cc: help-guix@gnu.org
Subject: Re: MATE Desktop fails
Date: Mon, 8 May 2023 09:24:18 -0700	[thread overview]
Message-ID: <CAFHYt56p57Kyf9zsd=uUMeGNNmjk7a-vJi_042gkC7ZMUT_nLw@mail.gmail.com> (raw)
In-Reply-To: <c63d8d81-1425-6390-d3d8-565df999194f@posteo.de>

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


  reply	other threads:[~2023-05-08 16:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-06  8:22 MATE Desktop fails Gottfried
2023-05-07 12:11 ` Gottfried
2023-05-07 12:32   ` Julien Lepiller
2023-05-08 15:13     ` Gottfried
2023-05-07 15:24   ` Felix Lechner via
2023-05-08 15:32     ` Gottfried
2023-05-08 16:24       ` Felix Lechner via [this message]
2023-05-09 10:09         ` Gottfried
2023-05-09 14:03           ` Felix Lechner via
2023-05-09 14:23             ` Gottfried
2023-05-09 17:07               ` Felix Lechner via
2023-05-09 21:26                 ` Gottfried
2023-05-09 22:58                   ` Felix Lechner via
2023-05-10 14:08                     ` Gottfried
2023-05-09 10:11         ` Gottfried

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFHYt56p57Kyf9zsd=uUMeGNNmjk7a-vJi_042gkC7ZMUT_nLw@mail.gmail.com' \
    --to=help-guix@gnu.org \
    --cc=felix.lechner@lease-up.com \
    --cc=gottfried@posteo.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).