Summary: | Keyboard input doesn't work after assigning window shortcut | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Christoph Lange <langec> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, kwin-bugs-null |
Priority: | NOR | Flags: | thomas.luebking:
ReviewRequest+
|
Version: | git master | ||
Target Milestone: | 4.10.1 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/108887/ | ||
Latest Commit: | http://commits.kde.org/kde-workspace/3a52c68713591ce9aadc12853836216f79e90e43 | Version Fixed In: | 4.10.1 |
Sentry Crash Report: |
Description
Christoph Lange
2013-02-09 14:30:00 UTC
Martin, any idea why this might happen? @Christoph: * which KWin version? * which window decoration? Oops, sorry for not reporting these: (In reply to comment #2) > @Christoph: > * which KWin version? 4.10.0 > * which window decoration? Oxygen (with a customized configuration, which I can send you if needed). > > * which window decoration?
>
> Oxygen (with a customized configuration, which I can send you if needed).
no need, just tell me your configured border size.
(In reply to comment #4) > no need, just tell me your configured border size. It's as easy as that? OK, my border size (according to Decoration Options → General → Border Size) is Tiny. > It's as easy as that? OK, my border size (according to Decoration Options →
> General → Border Size) is Tiny.
Please try changing to Normal and try whether this fixes the issue.
(In reply to comment #6) > > It's as easy as that? OK, my border size (according to Decoration Options → > > General → Border Size) is Tiny. > Please try changing to Normal and try whether this fixes the issue. I did so, but it didn't fix the issue. Note that I did not log out, but within my running KDE session I ran kwin --replace, and tried assigning a window shortcut to a new Okular window opened after that. that means my guess was wrong -> adding kwin to cc Happens with more (every?) window(s). They loose input focus (on the Qt layer, no idea about X11 atm) after you entered the shorttcut (before pressing ok) and don't gain it pack. Git commit e71774897d092327b6d860353658fdaca79f7d0f by Thomas Lübking. Committed on 10/02/2013 at 12:53. Pushed by luebking into branch 'master'. restore inputfocus after assigning window shortcut FIXED-IN: 4.10.1 REVIEW: 108887 M +2 -0 kwin/useractions.cpp http://commits.kde.org/kde-workspace/e71774897d092327b6d860353658fdaca79f7d0f Git commit 3a52c68713591ce9aadc12853836216f79e90e43 by Thomas Lübking. Committed on 10/02/2013 at 12:53. Pushed by luebking into branch 'KDE/4.10'. restore inputfocus after assigning window shortcut FIXED-IN: 4.10.1 REVIEW: 108887 (cherry picked from commit e71774897d092327b6d860353658fdaca79f7d0f) M +2 -0 kwin/useractions.cpp http://commits.kde.org/kde-workspace/3a52c68713591ce9aadc12853836216f79e90e43 |