mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gdm: Update to 42.0.
* gnu/packages/gnome.scm (gdm): Update to 42.0. [inputs]: Add libgudev. * gnu/packages/patches/gdm-default-session.patch: Rebase patch. * gnu/packages/patches/gdm-elogind-support.patch: Likewise. * gnu/packages/patches/gdm-pass-gdk-pixbuf-loader-env.patch: Likewise. * gnu/packages/patches/gdm-remove-hardcoded-xwayland-path.patch: Likewise. * gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: Likewise.
This commit is contained in:
parent
8ff57b4cc3
commit
97313b9b0c
6 changed files with 73 additions and 82 deletions
|
@ -1,14 +1,10 @@
|
|||
Get wayland-session wrapper from environment.
|
||||
|
||||
---
|
||||
daemon/gdm-session.c | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/daemon/gdm-session.c b/daemon/gdm-session.c
|
||||
index 4e303e70..1deca4e9 100644
|
||||
index 3b83fcd3..e60e6a57 100644
|
||||
--- a/daemon/gdm-session.c
|
||||
+++ b/daemon/gdm-session.c
|
||||
@@ -2888,8 +2888,9 @@ gdm_session_start_session (GdmSession *self,
|
||||
@@ -2933,8 +2933,9 @@ gdm_session_start_session (GdmSession *self,
|
||||
allow_remote_connections? "--allow-remote-connections " : "",
|
||||
command);
|
||||
} else {
|
||||
|
@ -19,7 +15,7 @@ index 4e303e70..1deca4e9 100644
|
|||
command);
|
||||
}
|
||||
} else if (run_xsession_script) {
|
||||
@@ -2942,8 +2942,9 @@
|
||||
@@ -2965,8 +2966,9 @@ gdm_session_start_session (GdmSession *self,
|
||||
register_session ? "--register-session " : "",
|
||||
self->selected_program);
|
||||
} else {
|
||||
|
@ -30,6 +26,3 @@ index 4e303e70..1deca4e9 100644
|
|||
self->selected_program);
|
||||
}
|
||||
} else {
|
||||
--
|
||||
2.33.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue