[Bug 171685] keyboard stops working in kde
Thomas Lübking
thomas.luebking at web.de
Sat Oct 17 20:03:20 BST 2009
https://bugs.kde.org/show_bug.cgi?id=171685
--- Comment #135 from Thomas Lübking <thomas luebking web de> 2009-10-17 21:03:07 ---
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
--
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