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 740006 - Don't connect to the default display before gtk_clutter_init
Don't connect to the default display before gtk_clutter_init
Status: RESOLVED FIXED
Product: gnome-nibbles
Classification: Applications
Component: general
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-nibbles-maint
gnome-nibbles-maint
Depends on:
Blocks:
 
 
Reported: 2014-11-12 12:27 UTC by Sahil Sareen
Modified: 2014-11-13 14:58 UTC
See Also:
GNOME target: ---
GNOME version: 3.13/3.14


Attachments
Defer connecting to the default display when parsing command line (1.95 KB, patch)
2014-11-12 12:27 UTC, Sahil Sareen
committed Details | Review

Description Sahil Sareen 2014-11-12 12:27:27 UTC
Created attachment 290502 [details] [review]
Defer connecting to the default display when parsing command line

+ Don't connect to the default display before init
+ Minor code reorg to do things in the correct order
---
Don't connect to the default windowing system when you parse the command line options
instead you defer the connection to when you initialize gtk and clutter via gtk_clutter_init which does the things in the correct order
See: https://developer.gnome.org/gtk3/stable/gtk3-General.html#gtk-get-option-group
---
*This is as ebassy suggested me yesterday on #gnome-hackers
Comment 1 Michael Catanzaro 2014-11-12 16:36:42 UTC
So this fixes the issue where the playing field appears on top of the scores/preferences dialog and other windows?