From db4681a4c17d282a661552f2f57e5c453d02e414 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Sat, 2 Oct 2021 16:51:34 +0000 Subject: services: gdm: Add Wayland support. * gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm): Use it. * gnu/services/xorg.scm ()[wayland-session]: New field. (gdm-wayland-session-wrapper): New procedure. (gdm-configuration-file): Point to this new procedure. * doc/guix.texi (X Window): Update it. Signed-off-by: Mathieu Othacehe --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 6d925a44b8..d92c85727b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -18309,6 +18309,10 @@ The GDM package to use. @item @code{wayland?} (default: @code{#f}) When true, enables Wayland in GDM, necessary to use Wayland sessions. + +@item @code{wayland-session} (default: @code{gdm-wayland-session-wrapper}) +The Wayland session wrapper to use, needed to setup the +environment. @end table @end deftp -- cgit v1.2.3