From: "Ludovic Courtès" <ludo@gnu.org>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: 40680@debbugs.gnu.org
Subject: [bug#40680] [PATCH] service: sddm: Have sddm-service-type conflict with other display managers.
Date: Fri, 17 Apr 2020 23:00:49 +0200 [thread overview]
Message-ID: <87r1wlaku6.fsf@gnu.org> (raw)
In-Reply-To: <20200417144115.2475-1-efraim@flashner.co.il> (Efraim Flashner's message of "Fri, 17 Apr 2020 17:41:15 +0300")
Hi Efraim,
Efraim Flashner <efraim@flashner.co.il> skribis:
> * gnu/services/sddm.scm (sddm-shepherd-service)[shepherd-service]:
> Conflict with 'xorg-server.
> ---
>
> I was looking over the services list with raingloom on IRC and I noticed
> that GDM and Slim both provision xorg-server, while SDDM provisions
> display-manager. To ensure that they conflict with each other we can
> either:
>
> A: Have SDDM conflict with 'xorg-server
>
> B: Have SDDM also provision 'xorg-server
>
> I'm currently using SDDM (in Wayland mode) to launch an X session of
> Enlightenment, so I think it's safe enough to say that SDDM can
> provision 'xorg-server.
>
> ---
>
> gnu/services/sddm.scm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
> index 1921afce95..aa08859513 100644
> --- a/gnu/services/sddm.scm
> +++ b/gnu/services/sddm.scm
> @@ -171,6 +171,7 @@ Relogin=" (if (sddm-configuration-relogin? config)
> (documentation "SDDM display manager.")
> (requirement '(user-processes))
> (provision '(display-manager))
> + (conflicts-with '(xorg-server))
‘conflicts-with’ doesn’t exist, right? :-)
But yes, I think (provision '(xorg-server display-manager)) would be
fine.
Or we can even drop ‘display-manager’ since it’s not used anywhere else.
Thanks,
Ludo’.
next prev parent reply other threads:[~2020-04-17 21:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-17 14:41 [bug#40680] [PATCH] service: sddm: Have sddm-service-type conflict with other display managers Efraim Flashner
2020-04-17 21:00 ` Ludovic Courtès [this message]
2020-04-18 18:01 ` Efraim Flashner
2020-04-18 23:33 ` Ludovic Courtès
2020-04-19 6:07 ` bug#40680: " Efraim Flashner
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r1wlaku6.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=40680@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.