[Xmonad] Issue 60 in xmonad: XPrompt uses 100% CPU while displayed

codesite-noreply at google.com codesite-noreply at google.com
Sun Oct 14 11:56:51 EDT 2007


Issue 60: XPrompt uses 100% CPU while displayed
http://code.google.com/p/xmonad/issues/detail?id=60

Comment #1 by andrea.rossato:
I think you are experiencing a Xlib bug that I believe was corrected in version
1.1.2. Xlib 1.1.1 is still affected, while 1.1.3 is not (I tried personally).

Which version are you using?

If you cannot upgrade Xlib I can suggest a (not nice) work around. Edit
XmonadContrib.XPrompt and change (in line 204):
maskEvent d (exposureMask .|. keyPressMask) e
to
nextEvent d e

Hope this helps,
Andrea



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the Xmonad mailing list