Summary: | sleep through krunner does not work | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | humufr |
Component: | general | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, tim |
Priority: | NOR | ||
Version: | 5.16.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/6a5a38f1281f630edc8fda18523fe9dceef22377 | Version Fixed In: | 5.16.1 |
Sentry Crash Report: |
Description
humufr
2019-06-15 12:29:35 UTC
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. *** |