Re: Issue 214 in xmonad: mouse shift with java

Comment #4 on issue 214 by rm.rf.dotstar: mouse shift with java http://code.google.com/p/xmonad/issues/detail?id=214 I have seen this bug with many, many (all?) java apps. I don't know if I agree with the above assessment that it's not an xmonad bug. That may be true, but it is certainly breaking compatibility with many programs.

Comment #5 on issue 214 by allbery.b: mouse shift with java http://code.google.com/p/xmonad/issues/detail?id=214 It really isn't xmonad's fault. The JRE doesn't deal well with non-reparenting window managers. It has a small compiled-in list of non-reparenting window managers for which it will work around its own brokenness --- but any non-reparenting WM they didn't put into that list will have problems with graphics. The "official" solution is to use the SetWMName module in contrib to make xmonad advertise itself as a WM on that short list. MToolkit is a hack with its own bugs and no guarantee of continued support (the environment it was created for is these days quite dead).

Comment #6 on issue 214 by daniel.wagner: mouse shift with java http://code.google.com/p/xmonad/issues/detail?id=214 See also http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#Problem... which discusses all the known solutions and orders them by desirability.

Comment #7 on issue 214 by rm.rf.dotstar: mouse shift with java http://code.google.com/p/xmonad/issues/detail?id=214 Ah, must have read that too fast. I saw the discussion of the gray screen, which I wasn't seeing, but not of the menus. Really the problem with the menus I saw was that they would simply disappear as soon as the mouse button was released. Only occasionally did I see the mouse offset problem.
participants (1)
-
codesite-noreply@google.com