GNOME Bugzilla – Bug 668831
wayland: clutter_stage_set_fullscreen flaky when called before stage realised
Last modified: 2013-07-10 14:55:35 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.
Created attachment 210018 [details] [review] Patch v2 for clutter 1.8 Slightly better patch
Review of attachment 210018 [details] [review]: Wrong bug!
I can't reproduce any of the problems I was originally having with this.