gnu: gdm: Fix the wayland session wrapper patch.
Update the following patch that no longer applies since the 40.1 version. * gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: Update it.
This commit is contained in:
parent
db4681a4c1
commit
31cf1530a4
@ -19,12 +19,12 @@ index 4e303e70..1deca4e9 100644
|
||||
command);
|
||||
}
|
||||
} else if (run_xsession_script) {
|
||||
@@ -2906,8 +2907,9 @@ gdm_session_start_session (GdmSession *self,
|
||||
@@ -2942,8 +2942,9 @@
|
||||
register_session ? "--register-session " : "",
|
||||
self->selected_program);
|
||||
} else {
|
||||
- program = g_strdup_printf (LIBEXECDIR "/gdm-wayland-session %s\"%s\"",
|
||||
+ program = g_strdup_printf (LIBEXECDIR "/gdm-wayland-session %s\"%s %s\"",
|
||||
- program = g_strdup_printf (LIBEXECDIR "/gdm-wayland-session %s\"dbus-run-session -- %s\"",
|
||||
+ program = g_strdup_printf (LIBEXECDIR "/gdm-wayland-session %s\"dbus-run-session -- %s %s\"",
|
||||
register_session ? "--register-session " : "",
|
||||
+ g_getenv ("GDM_WAYLAND_SESSION"),
|
||||
self->selected_program);
|
||||
|
Loading…
Reference in New Issue
Block a user