GNOME Bugzilla – Bug 760510
fullscreen window has wrong frame rect
Last modified: 2017-04-02 19:50:31 UTC
Created attachment 318846 [details] [review] set fullscreen during loading initial properties I found this problem when testing with remmina. when showed up in full-screen mode, it got wrong frame position and borders. this is because fullscreen is not set during loading initial properties and meta_frame_calc_borders return wrong borders info.
fullscreen_after_placement was added 4943d79d6844af3f7fc0a15ceadb69d95c4c5c61 to fix #461927... Did not try, but it might re-introduce bug. :( Mutter has reverted same fix: https://git.gnome.org/browse/mutter/commit/?id=07f533f617e3771861a92f25d3cc288d3c9d465a Maybe metacity should do same...
Testcases from #461927 works fine after revert. :) The fix will be available in the next major software release.