SUMMARY Sleep command through krunner does not work anymore STEPS TO REPRODUCE 1. start krunner 2. write: sleep 3. click on sleep OBSERVED RESULT Nothing EXPECTED RESULT Computer going to sleep SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.16.0 (available in About System) KDE Plasma Version: 5.16.0 KDE Frameworks Version: 5.59.0 Qt Version: 5.12.3 ADDITIONAL INFORMATION
Confirmed. :(
I must add the problem appeared also using the application launcher but in a weirdest way... If going to the "leave" tab it is working but using the search it is not. I think that both problem are related obviously.
This broke in the suspend → sleep rename. The internal ID was changed to match.setId(QStringLiteral("Sleep")); but below it still matches for match.id().startsWith(QLatin1String("PowerDevil_Suspend") Sounds like an easy fix.
Yeah, I had a vague feeling this might have been my fault. I'll fix it today.
Thanks to all of you to have investigate this issue and thanks for all the work done on KDE. Take care.
Git commit 6a5a38f1281f630edc8fda18523fe9dceef22377 by Nate Graham. Committed on 16/06/2019 at 16:15. Pushed by ngraham into branch 'Plasma/5.16'. [Powerdevil runner] Make Sleep/Suspend command work again FIXED-IN: 5.16.1 M +1 -1 runners/powerdevil/PowerDevilRunner.cpp https://commits.kde.org/plasma-workspace/6a5a38f1281f630edc8fda18523fe9dceef22377
*** Bug 408824 has been marked as a duplicate of this bug. ***
*** Bug 408823 has been marked as a duplicate of this bug. ***