Hello, In the Message; Subject : Re: SDDM Wayland Message-ID : <87o74n14ik.wl-nomiya@lake.dti.ne.jp> Date & Time: [MN] == Masaru Nomiya <nomiya@lake.dti.ne.jp> has written: MN> Hello, MN> In the Message; MN> Subject : Re: SDDM Wayland MN> Message-ID : <172653123142.95176.15345868222911784252@mailman3.infra.opensuse.org> MN> Date & Time: Tue, 17 Sep 2024 00:00:31 -0000 MN> [DM] == "Dean " <deano_ferrari@hotmail.com> has written: MN> [...] DM> The rest can be left as default. In fact, I am briefly presented DM> with a login screen, before being dropped to a login prompt on VT1. I DM> am trying to understand this error DM> Sep 17 11:14:22 linux-lptp1 sddm[999]: Auth: sddm-helper exited with 1 DM> Sep 17 11:14:22 linux-lptp1 sddm[999]: Greeter DM> stopped. SDDM::Auth::HELPER_AUTH_ERROR DM> Similar to that described here DM> https://github.com/sddm/sddm/issues/1882 DM> It may be that a later upstream sddm build has resolved this DM> perhaps MN> The maintainer of openSUSE has incorporated the above patch; MN> # Options MN> option(BUILD_MAN_PAGES "Build man pages" OFF) MN> option(ENABLE_JOURNALD "Enable logging to journald" ON) MN> option(NO_SYSTEMD "Disable systemd support" OFF) MN> option(USE_ELOGIND "Use elogind instead of logind" OFF) MN> option(BUILD_WITH_QT6 "Build with Qt 6" OFF) MN> option(INSTALL_PAM_CONFIGURATION "Install PAM configuration files" ON) Not all of it, though. The following part of services/CMakeLists.txt has not been deleted; if(USE_ELOGIND) set(LOGIND_PAM_MODULE "pam_elogind.so") else() set(LOGIND_PAM_MODULE "pam_systemd.so") endif() configure_file("${CMAKE_CURRENT_SOURCE_DIR}/sddm-greeter.pam.in" "${CMAKE_CURRENT_BINARY_DIR}/sddm-greeter.pam") if(INSTALL_PAM_CONFIGURATION) if(HAVE_PAM_FAILLOCK) install(FILES sddm-autologin.pam DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d RENAME sddm-autologin) else() install(FILES sddm-autologin-tally2.pam DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d RENAME sddm-autologin) endif() install(FILES sddm.pam DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d RENAME sddm) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/sddm-greeter.pam" DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d RENAME sddm-greeter) endif() It would be good to report this to https://bugzilla.opensuse.org/. Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Japan was the future but it's stuck in the past" -- Rupert Wingfield-Hayes (BBC) --