-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Am 16.06.2010 00:53, Jim Pryor wrote: > v3.4-142-g287028 (built May 10) is fine. > Builds on May 30 and June 15 manifest the bug.
Between 2870289359266d3aea6e023f60a6d2cbd35d56f1 (committed May 3) and 1615cff82a2d19488f2315fa2a7a2fa7570abb03 (committed May 30), the code that fullscreens a client was moved from the C core into lua-land. These days, clients are fullscreened in lib/awful/ewmh.lua. It now uses c:geometry() for setting the size of the client. That function seems to ignore the passed in height and width if the client is fixed. Could you check if setting the client's c.size_hints_honor to false makes this go away? (that makes awesome ignore all the "fixed size" stuff) Alternatively, you could dump the client's size hints (either via xprop or via dumping the content of the client's c.size_hints table. There might be some interesting stuff in there. If I'm correct and that really causes the bug then it's definitely worth reporting. I guess someone would have to check what EWMH's says on fullscreen in respect to size hints. This is all just a theory and no idea why your config would interfere with this somehow... Cheers, Uli - -- - - Buck, when, exactly, did you lose your mind? - - Three months ago. I woke up one morning married to a pineapple. An ugly pineapple... But I loved her! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAEBCAAGBQJMGTRYAAoJECLkKOvLj8sGCC8IAIX+zih365/jtygX45puEaFV nNdQn0t0lBjQmbWYQO4XCsXaUq3zb45qTssjFVdXdYUfBFoiz7mYR4UyXuMSjoK2 Z9YIee6whg+bEzOIJ0XEVnh1qqcDzI8BFMSAVlaCtFiZWfiIHo/AHXL5pvNN1SyP a9xgWrdHwkdRRP2rQU7NqbvM6+rQ+zveS6BBI9V+MNP7DZgAKKnax1CdDLVW77el SCgdxiXLTOEeFfpLHzkNPsGnJyrSz+mpUhP0Nj4bnIuFJnh4HYXZI8QpjA6KufVK u4Rl0jveR+KZ4ZEfI5dOlUMI7i/MHU1C838xh0/1y2BA5keM+M79ffYeDG+lhaI= =rYiQ -----END PGP SIGNATURE----- -- To unsubscribe, send mail to [email protected].
