From 4558239f31c2aafe32e4341060c9e11c76f85806 Mon Sep 17 00:00:00 2001 From: Joan Torres Lopez Date: Wed, 27 May 2026 13:23:51 +0200 Subject: [PATCH] Fix gdm-x-session parameter, now it uses "--handle-registration" Related: https://redhat.atlassian.net/browse/RHEL-178659 --- 0001-manager-Update-RegisterSession-dbus-method.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0001-manager-Update-RegisterSession-dbus-method.patch b/0001-manager-Update-RegisterSession-dbus-method.patch index 444bcdb..c9031e0 100644 --- a/0001-manager-Update-RegisterSession-dbus-method.patch +++ b/0001-manager-Update-RegisterSession-dbus-method.patch @@ -419,7 +419,7 @@ index 36b3975..f756706 100644 { "run-script", 'r', 0, G_OPTION_ARG_NONE, &run_script, N_("Run program through /etc/gdm/Xsession wrapper script"), NULL }, { "allow-remote-connections", 'a', 0, G_OPTION_ARG_NONE, &allow_remote_connections, N_("Listen on TCP socket"), NULL }, - { "register-session", 0, 0, G_OPTION_ARG_NONE, ®ister_session, "Register session after a delay", NULL }, -+ { "register-session", 0, 0, G_OPTION_ARG_NONE, &handle_registration, "Register session after a delay", NULL }, ++ { "handle-registration", 0, 0, G_OPTION_ARG_NONE, &handle_registration, "Handle session and display registration (fallback for non-GNOME sessions)", NULL }, { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &args, "", "" }, { NULL } };