GNOME Bugzilla – Bug 757632
Crashes on startup under Wayland
Last modified: 2015-11-28 16:20:02 UTC
gnote 3.18.0 Backtrace coming shortly.
+ Trace 235678
This is downstream bug. Gnote was built using --with-x11-support configure option. Build it without it and won't crash on Wayland. Probably makes sense to remove this option entirely.
(In reply to Aurimas Černius from comment #2) > This is downstream bug. Gnote was built using --with-x11-support configure > option. Build it without it and won't crash on Wayland. > Probably makes sense to remove this option entirely. You forget to check the type of the GdkDisplay. That's clearly a programmer's mistake, a bug. Attached patch should fix that.
Created attachment 315125 [details] [review] Fix crash when running with X11 support under Wayland
Committed. Thanks.