`loginctl terminate-session` not working as expected with SDDM
On Fedora 43, after logging in to a UWSM session in SDDM `XDG_SESSION_ID` is set correctly. Running `uwsm stop` logs me back out to SDDM as expected, as does `loginctl kill-session $XDG_SESSION_ID`.
`loginctl terminate-session $XDG_SESSION_ID` does not work as expected; it terminates processes and leaves me at a black screen with a blinking cursor rather than taking me back to SDDM the way `uwsm stop` does.
0 条评论