I followed the instructions to build from source and after dropped into a tty to test it out.
I ran sudo systemctl stop gdm and then sudo systemctl start lidm and everything looked good. I tried to log into both Niri and GNOME sessions and was met with a different error than what I encountered following the COPR build issue:
exec error: Permission denied
failure calling session
I am not quite sure how to debug this properly so I am happy to provide more logs if needed.
I did some GPT debugging and it mentioned something about XDG_RUNTIME_DIR being missing from the moarEnv() function in src/auth.c and also that pam_systemd.so was only in anaconda so PAM isn't setting up systemd-logind integration.
I did try adding these both but it still gave me the same error.
I followed the instructions to build from source and after dropped into a tty to test it out.
I ran
sudo systemctl stop gdmand thensudo systemctl start lidmand everything looked good. I tried to log into both Niri and GNOME sessions and was met with a different error than what I encountered following the COPR build issue:I am not quite sure how to debug this properly so I am happy to provide more logs if needed.
I did some GPT debugging and it mentioned something about
XDG_RUNTIME_DIRbeing missing from themoarEnv()function insrc/auth.cand also thatpam_systemd.sowas only inanacondaso PAM isn't setting up systemd-logind integration.I did try adding these both but it still gave me the same error.