codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

Sometimes cannot switch focus using keyboard shortcuts #509

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch terminal
2. Launch another program using Mod-S-p
3. Try to switch window focus using M-S-j

What is the expected output? What do you see instead?
Window should switch focus. Window does not switch focus. Need to use mouse to 
regain control of focus.

What version of the product are you using? On what operating system?
xmonad 0.10. Ubuntu Precise.

Are you using an xmonad.hs?  Please attach it and the output of "xmonad
--recompile".

No output of xmonad --recompile. File is attached.

Please provide any additional information below.

The problem seems to happen intermittently and cannot always be reproduced.

Original issue reported on code.google.com by dcl...@gmail.com on 13 Jun 2012 at 9:56

Attachments:

GoogleCodeExporter commented 8 years ago
Likely the same bug as https://code.google.com/p/xmonad/issues/detail?id=97. In 
particular, see comment 25 on that bug.

This bug is also reproducible using Greg's method:
* create two terminal windows
* continuously switch between them by holding M-S-j
* xmonad stops responding to keyboard input within about 30 seconds

His workaround also seems to work here: comment out your "logHook = 
dynamicLogWithPP $ xmobarPP" section in xmonad.hs.

Original comment by jeffa...@gmail.com on 8 Dec 2012 at 6:41

GoogleCodeExporter commented 8 years ago
See also 
http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_question#XMonad_is_fr
ozen.21 (and apologies for not linking this earlier). For some reason I never 
saw this bug get created -- must have just skipped it while reading my mail.

Original comment by daniel.w...@gmail.com on 8 Dec 2012 at 6:48