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 668831 - wayland: clutter_stage_set_fullscreen flaky when called before stage realised
wayland: clutter_stage_set_fullscreen flaky when called before stage realised
Status: RESOLVED INVALID
Product: clutter
Classification: Platform
Component: wayland
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks: wayland
 
 
Reported: 2012-01-27 12:52 UTC by Rob Bradford
Modified: 2013-07-10 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch v2 for clutter 1.8 (3.38 KB, patch)
2012-03-17 23:39 UTC, Lionel Landwerlin
rejected Details | Review

Description Rob Bradford 2012-01-27 12:52:05 UTC
It has been observed with pinpoint that when starting pinpoint with "-f" (start fullscreen) then the surface is not fullscreen on startup. And that 2 subsequent attempts to fullscreen (4 presses on F11 and thus 5 calls to clutter_stage_set_fullscreen) are required to get correct fullscreen behaviour.

Without passing -f fullscreening using the keyboard works first time.

Modifying test-stage-sizing to call clutter_stage_set_fullscreen just after creating the stage does not show this problem.
Comment 1 Lionel Landwerlin 2012-03-17 23:39:54 UTC
Created attachment 210018 [details] [review]
Patch v2 for clutter 1.8

Slightly better patch
Comment 2 Lionel Landwerlin 2013-06-28 10:55:47 UTC
Review of attachment 210018 [details] [review]:

Wrong bug!
Comment 3 Rob Bradford 2013-07-10 14:55:35 UTC
I can't reproduce any of the problems I was originally having with this.