https://bugs.kde.org/show_bug.cgi?id=433408
Yaroslav Sidlovsky <zawer...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/powerdevil/commit/d7c118 | |1a5736bc5c6b2585fb0df906551 | |0efcd7c Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #20 from Yaroslav Sidlovsky <zawer...@gmail.com> --- Git commit d7c1181a5736bc5c6b2585fb0df9065510efcd7c by Yaroslav Sidlovsky. Committed on 05/05/2021 at 11:32. Pushed by ngraham into branch 'master'. GetSessionByPID DBUS call always fails on newer systemd versions GetSessionByPID returns this error: ``` Error org.freedesktop.login1.NoSessionForPID: PID 2469 does not belong to any known session ``` So instead we will get session by calling GetSession("auto"). Tested on Fedora, should also work on openSUSE & KDE Neon. M +1 -1 daemon/powerdevilpolicyagent.cpp https://invent.kde.org/plasma/powerdevil/commit/d7c1181a5736bc5c6b2585fb0df9065510efcd7c -- You are receiving this mail because: You are watching all bug changes.