Issue 499 in xmonad: X.L.LayoutHints tries to handle windows without a sizehint

Status: New Owner: ---- New issue 499 by MathStuf@gmail.com: X.L.LayoutHints tries to handle windows without a sizehint http://code.google.com/p/xmonad/issues/detail?id=499 What steps will reproduce the problem? 1. Use a program which doesn't set size hints (sxiv and feh image viewers are two I've found). 2. Move focus around with layoutHints applied 3. Watch window change between 1x1, 1xn, mx1, proper size, and (rarely) fullscreen. What is the expected output? What do you see instead? layoutHints should ignore windows without size hints. What version of the product are you using? On what operating system? Fedora Rawhide with darcs as of 2012-02-29. Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". It's large, but I've narrowed it down to layoutHints. X11 bindings bug filed at: https://github.com/haskell-pkg-janitors/X11/issues/3

Updates: Status: Fixed Comment #1 on issue 499 by vogt.a...@gmail.com: X.L.LayoutHints tries to handle windows without a sizehint http://code.google.com/p/xmonad/issues/detail?id=499 If I understand correctly, X11-1.6.0, which is required in darcs core and contrib, has changes which prevent LayoutHints from getting sizehints that are not really set by the program.
participants (1)
-
codesite-noreply@google.com