After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760510 - fullscreen window has wrong frame rect
fullscreen window has wrong frame rect
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2016-01-12 09:51 UTC by Sian Cao
Modified: 2017-04-02 19:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set fullscreen during loading initial properties (1.32 KB, patch)
2016-01-12 09:51 UTC, Sian Cao
none Details | Review

Description Sian Cao 2016-01-12 09:51:29 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.
Comment 1 Alberts Muktupāvels 2017-04-02 18:42:39 UTC
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...
Comment 2 Alberts Muktupāvels 2017-04-02 19:50:31 UTC
Testcases from #461927 works fine after revert. :) The fix will be available in the next major software release.