https://bugs.kde.org/show_bug.cgi?id=498593
--- Comment #6 from fanzhuyi...@gmail.com --- (In reply to Nate Graham from comment #3) > I can reproduce this on a ThinkPad, but not on a different laptop, an HP > Pavilion Plus 14. > > That suggests that the behavior here is controlled by the device drivers, > and not anything we can affect in Plasma code. I'd recommend reporting the > issue upstream. Humm looking at the plasma code [0], between the logout and shutdown request [1], and the call to logind shutdown [2] [3], there is quite a lot of plasma code going on, and I don't see anything particular that is blocking sleep (maybe I am missing something obvious) [0] https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/plasma-shutdown/shutdown.cpp?ref_type=heads [1] https://invent.kde.org/plasma/plasma-workspace/-/blob/6ce316502af5110c18a6aa7dec6a03f4ca108808/startkde/plasma-shutdown/shutdown.cpp#L30 [2] https://invent.kde.org/plasma/plasma-workspace/-/blob/6ce316502af5110c18a6aa7dec6a03f4ca108808/startkde/plasma-shutdown/shutdown.cpp#L171 [3] https://invent.kde.org/plasma/plasma-workspace/-/blob/6ce316502af5110c18a6aa7dec6a03f4ca108808/libkworkspace/sessionmanagementbackend.cpp#L174 -- You are receiving this mail because: You are watching all bug changes.