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 761566 - Restart: fix maximized windows flickering to the wrong struts
Restart: fix maximized windows flickering to the wrong struts
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2016-02-04 18:26 UTC by Owen Taylor
Modified: 2016-06-30 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Restart: fix maximized windows flickering to the wrong struts (1.96 KB, patch)
2016-02-04 18:26 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2016-02-04 18:26:55 UTC
When we restart, we need to update the struts for the screen before
we enter the main loop, or maximized windows will get resized to the
size of the screen without struts, then resized back.

A workaround is needed for a Clutter bug that occurs when we get
the size of an actor before the first paint of the stage.
Comment 1 Owen Taylor 2016-02-04 18:26:59 UTC
Created attachment 320460 [details] [review]
Restart: fix maximized windows flickering to the wrong struts
Comment 2 Florian Müllner 2016-02-05 16:22:37 UTC
Review of attachment 320460 [details] [review]:

Looks good to commit to me, unless you want to wait for a resolution of the clutter issue.
Comment 3 Owen Taylor 2016-06-30 18:18:54 UTC
Attachment 320460 [details] pushed as 61fb62f - Restart: fix maximized windows flickering to the wrong struts