https://bugs.kde.org/show_bug.cgi?id=423526

--- Comment #26 from Wolfgang Bauer <[email protected]> ---
(In reply to Wolfgang Bauer from comment #22)
> (In reply to David Edmundson from comment #21)
> > I assumed if auto didn't work I could just leave it on the old path...
> > seemingly that is not the case.
> Maybe the fallback doesn't work as intended?
> I'll try to add more debug output to see what happens exactly on my system.

Indeed, on my system (with systemd 234), it doesn't use the fallback with
GetSessionByPID.
seat.isValid() is true in line#435, even though "auto" doesn't exist. So it
enters the if() and returns true before calling GetSessionByPID.

If I disable that "if(seat.isValid() { return true; }" part (so the fallback is
always used), the button is visible on the login screen now and clicking on it
does show existing user sessions.
So the fallback code itself (with GetSessionByPID) does work.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to