summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gdm-default-session.patch
Commit message (Collapse)AuthorAge
* gnu: gdm: Discover installed Wayland sessions.Timothy Sample2021-12-15
| | | | | | | * gnu/packages/patches/gdm-default-session.patch: Make GDM look in the system profile for the "wayland-sessions" directory. Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* gnu: gdm: Update to 40.1.Mathieu Othacehe2021-10-02
| | | | | | | | | | | | | | | * gnu/packages/patches/gdm-elogind-support.patch: New file. * gnu/packages/patches/gdm-default-session.patch: Update it. * gnu/local.mk (DIST_PATCH_DATA): Add the new patch. * gnu/packages/gnome.scm (gdm): Update to 40.1. [source]: Add the gdm-elogind-support support. [build-system]: Switch to meson-build-system. [arguments]<#:glib-or-gtk>: Set to true. <#:configure-flags>: Convert to meson options. Add logind-provider, systemsystemunitdir and systemduserunitdir options. <#:phases>{pre-configure}: Remove the libelogind intoduction that is now handled by the patch. Remove trailing #t. [inputs]: Add eudev.
* gnu: gdm: Update patch for GDM 3.34.Kei Kebreau2020-04-18
| | | | | * gnu/packages/patches/gdm-default-session.patch: Update patch for new version of GDM.
* gnu: gdm: Don't offer GNOME when it's not in the system profile.Ludovic Courtès2020-04-11
Fixes <https://bugs.gnu.org/37831>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/patches/gdm-default-session.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm)[source]: Use it.