Summary: | Blender intermittently stops receiving mouse/keyboard input on focus once keyboard shortcut for Lockscreen/Sleep is used. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | saucesfm |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | loginer, nate, thecalibrator94 |
Priority: | NOR | ||
Version: | 6.2.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/f90ffedf14dff85c55030c2c465d166c30c7be14 | Version Fixed In: | 6.2.4 |
Sentry Crash Report: | |||
Attachments: |
Video of Blender not focusing
Select 3D cursor mode Can't zoom in/out on Krita after locking screen |
Description
saucesfm
2024-10-25 02:01:04 UTC
Created attachment 175207 [details]
Select 3D cursor mode
I have the exact same issue in Blender, but a similar one in Krita as well, which is most likely related. Only the lmb input works there, so I can draw but I can't zoom and press some other keys. Created attachment 175216 [details]
Can't zoom in/out on Krita after locking screen
Can confirm it affects Krita as well. Drawing using left click works, but can't zoom in/out using the middle mouse scroll. Strangely, it works when its a background window, but bringing it into focus breaks it again.
Same issue here. You can fix it temporarily by mashing Ctrl + Meta or Alt + Meta. Git commit c1e3dc0e083dee84aa24f8fb0a42dc112270645d by Vlad Zahorodnii, on behalf of Adam Nydahl. Committed on 14/11/2024 at 13:02. Pushed by vladz into branch 'master'. Ensure active window isn't focused when screen is locked If the screen is locked, but the lockscreen isn't ready for painting, pickFocus() returns the active window. This somehow leads to the meta key getting "stuck" if you lock the screen with Meta+L. M +1 -0 src/keyboard_input.cpp https://invent.kde.org/plasma/kwin/-/commit/c1e3dc0e083dee84aa24f8fb0a42dc112270645d Git commit f90ffedf14dff85c55030c2c465d166c30c7be14 by Vlad Zahorodnii. Committed on 14/11/2024 at 16:23. Pushed by vladz into branch 'Plasma/6.2'. Ensure active window isn't focused when screen is locked If the screen is locked, but the lockscreen isn't ready for painting, pickFocus() returns the active window. This somehow leads to the meta key getting "stuck" if you lock the screen with Meta+L. (cherry picked from commit c1e3dc0e083dee84aa24f8fb0a42dc112270645d) Co-authored-by: Adam Nydahl <loginer@loginer.net> M +1 -0 src/keyboard_input.cpp https://invent.kde.org/plasma/kwin/-/commit/f90ffedf14dff85c55030c2c465d166c30c7be14 |