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 693066 - GTK notification code attempts to create an X notification Window with the Wayland backend
GTK notification code attempts to create an X notification Window with the Wa...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-02 20:08 UTC by bluescreen_avenger
Modified: 2013-02-12 04:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bluescreen_avenger 2013-02-02 20:08:27 UTC
This is the GDB output of bt full on nm-applet when trying to run it with the latest GTK git with GDK_BACKEND=wayland.

http://pastebin.com/Geit9ia7

It seems that GTK itself is what's causing nm-applet to crash with the Wayland backend by trying to create an X window for the notification.
Comment 1 Matthias Clasen 2013-02-03 00:34:24 UTC
Yeah, GtkStatusIcon needs to be fixed for a multi-backend world