[Bug 171685] keyboard stops working in kde

Nico Kruber Nico.Laus.2001 at gmx.de
Sun Nov 1 14:09:14 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=171685





--- Comment #139 from Nico Kruber <Nico Laus 2001 gmx de>  2009-11-01 15:08:17 ---
(In reply to comment #135)
> this is merely a helpless shot in the dark*, but can anyone who can reliably
> reproduce this issue try to change KDE/kdebase/workspace/kwin/workspace.h (~
> line 134)
> bool focusChangeEnabled()
>             { return block_focus == 0; }
> to
> bool focusChangeEnabled()
>             { return block_focus < 1; }
> 
> *the reason is that geometry.cpp, Worspace::setClientMoving() could
> /theoretically/ be called several times with a NULL parameter and in
> consequence this query being false forever and thus the kbd focus won't be
> passed on

although I can somehow not reproduce this bug anymore (for now), I applied the
patch to the rpm packages in my repository at
http://download.opensuse.org/repositories/home:/NicoK:/branches:/KDE:/KDE4:/Factory:/Desktop/
for anyone who wants to try but does not want to compile it on his/her own
(package is currently scheduled for build, and will be there soon).

Is it possible that some fix was included in Qt 4.6? Because that's the most
important update I did compared to last time I triggered the bug.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list