Hello, In the Message; Subject : Re: Found! (Was: Re: SDDM Wayland) Message-ID : <172691407594.220986.3699563158903171747@mailman3.infra.opensuse.org> Date & Time: Sat, 21 Sep 2024 10:21:15 -0000 [DM] == "Dean " <deano_ferrari@hotmail.com> has written: MN> As I wrote yesterday, I think the cause is that service/CMakeLists.txt DM> has not been modified. Yes. This is the current file (services/CMakeLists.txt); ------------------------------------------------------------------ if(SYSTEMD_FOUND) configure_file(sddm.service.in sddm.service) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/sddm.service" DESTINATION "${SYSTEMD_SYSTEM_UNIT_DIR}") configure_file(sddm-sysuser.conf.in sddm-sysuser.conf) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/sddm-sysuser.conf" DESTINATION "${SYSTEMD_SYSUSERS_DIR}" RENAME sddm.conf) endif() # systemd-tmpfiles can be used standalone without other systemd parts if(DEFINED SYSTEMD_TMPFILES_DIR) configure_file(sddm-tmpfiles.conf.in sddm-tmpfiles.conf) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/sddm-tmpfiles.conf" DESTINATION "${SYSTEMD_TMPFILES_DIR}" RENAME sddm.conf) endif() ----------------------------------------------------------------- DM> I'm inclined to agree. MN> If you report it to bugzilla, won't it be fixed immediately? DM> I've submitted a bug report already. I have no idea about how DM> long it may take for the resolution. Is there any pressing reason? If you want to build it, I can put the SRPM file on my Google Drive? Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "During testing, Sakana found that its system began unexpectedly attempting to modify its own experiment code to extend the time it had to work on a problem." -- Research AI model unexpectedly attempts to modify its own code to extend runtime (ars TECHNICA) --