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 763603 - The game frame is outside of the window on Wayland
The game frame is outside of the window on Wayland
Status: RESOLVED FIXED
Product: gnome-nibbles
Classification: Applications
Component: general
3.19.x
Other Linux
: Normal major
: ---
Assigned To: gnome-nibbles-maint
gnome-nibbles-maint
Depends on:
Blocks: WaylandRelated
 
 
Reported: 2016-03-14 11:29 UTC by Andreas Nilsson
Modified: 2017-01-23 00:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (1.06 MB, image/png)
2016-03-14 11:29 UTC, Andreas Nilsson
  Details
still an issue (421.08 KB, image/png)
2016-08-13 13:44 UTC, Mario Wenzel
  Details
Simplify main stack transitions (1.80 KB, patch)
2016-08-15 09:42 UTC, Iulian Radu
none Details | Review
Also add a FIXME until the transition problem is fixed on wayland. (2.02 KB, patch)
2016-08-15 10:14 UTC, Iulian Radu
committed Details | Review

Description Andreas Nilsson 2016-03-14 11:29:17 UTC
Created attachment 323850 [details]
screenshot

The actual game frame is displayed above the game window.
If I move the window, the frame follows it, but, still outside the window.
Comment 1 Mario Wenzel 2016-08-13 13:44:42 UTC
Created attachment 333221 [details]
still an issue

This is still an issue in master.
Comment 2 Iulian Radu 2016-08-15 09:42:54 UTC
Created attachment 333317 [details] [review]
Simplify main stack transitions

On Wayland, the game frame is displayed on top of the window.
This seems to be a problem with GtkStack transitions.

This committ fixes the problem by disabling the transition when
displaying the game frame.
Comment 3 Iulian Radu 2016-08-15 10:14:13 UTC
Created attachment 333322 [details] [review]
Also add a FIXME until the transition problem is fixed on wayland.
Comment 4 Michael Catanzaro 2017-01-23 00:07:44 UTC
Well... the game frame is no longer outside the window, so closing this. (Of course it would also be nice to fix the underlying bug.)