Summary: | Close Kickoff popup if user initiates Sleep from Kickoff, so it doesn't remain open after wake-up when the screen locker is disabled | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | DeKay <darrylkacher> |
Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | justin, mikel5764, nate, noahadvs |
Priority: | VLO | Keywords: | usability |
Version: | 6.1.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/da5fc5cdecc35da5db2084d7b1d2dec2ed87544e | Version Fixed In: | 6.2.0 |
Sentry Crash Report: |
Description
DeKay
2024-09-21 14:00:19 UTC
Focus follows mouse doesn't have any effect on this. I can confirm the issue and I think it's definitely an inconvenience (minor though) as some people will wake their device up with their space bar as it's large and easy to reach/press. I assume you have the lock screen turned off too, such that waking up the system doesn't prompt for unlock? If so, I can also reproduce the issue. When I do have screen locking turned on, unlocking has the effect of closing Kickoff. (In reply to Nate Graham from comment #2) > I assume you have the lock screen turned off too, such that waking up the > system doesn't prompt for unlock? If so, I can also reproduce the issue. > When I do have screen locking turned on, unlocking has the effect of closing > Kickoff. You are correct. I have the lock screen turned off. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2543 A big Thank You to Christoph Wolk for developing a fix for this issue so quickly!!! Git commit 6d77bf248bd67b7c0740aca8e6aa711398cad515 by Christoph Wolk. Committed on 25/09/2024 at 16:26. Pushed by cwo into branch 'master'. applets/kickoff: close on session/power action The power and session actions currently do not explicitly close kickoff like starting an application does. In most cases this has no consequence as kickoff will be closed by the session/power action itself or its consequences. There are some, though, that do not necessarily do so; one of them is sleep if the computer is configured to not lock the screen on waking (otherwise locking would close kickoff). This change makes the power/session buttons behave like regular entries and close the popup when activated. The user can still prevent this by pinning kickoff. M +6 -1 applets/kickoff/package/contents/ui/LeaveButtons.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/6d77bf248bd67b7c0740aca8e6aa711398cad515 Git commit da5fc5cdecc35da5db2084d7b1d2dec2ed87544e by Christoph Wolk. Committed on 25/09/2024 at 16:57. Pushed by cwo into branch 'Plasma/6.2'. applets/kickoff: close on session/power action The power and session actions currently do not explicitly close kickoff like starting an application does. In most cases this has no consequence as kickoff will be closed by the session/power action itself or its consequences. There are some, though, that do not necessarily do so; one of them is sleep if the computer is configured to not lock the screen on waking (otherwise locking would close kickoff). This change makes the power/session buttons behave like regular entries and close the popup when activated. The user can still prevent this by pinning kickoff. (cherry picked from commit 6d77bf248bd67b7c0740aca8e6aa711398cad515) Co-authored-by: Christoph Wolk <cwo.kde@posteo.net> M +6 -1 applets/kickoff/package/contents/ui/LeaveButtons.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/da5fc5cdecc35da5db2084d7b1d2dec2ed87544e |