Version-Release number of selected component: cinnamon-2.6.13-3.fc23 Additional info: reporter: libreport-2.6.2 backtrace_rating: 4 cmdline: python2 /usr/lib/cinnamon-settings/cinnamon-settings.py applets panel1 crash_function: _g_log_abort executable: /usr/bin/python2.7 global_pid: 5812 kernel: 4.2.0-0.rc5.git0.2.fc23.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #0 _g_log_abort at gmessages.c:324 #2 wl_log at src/wayland-util.c:385 #3 connect_to_socket at src/wayland-client.c:768 #4 wl_display_connect at src/wayland-client.c:899 #5 _gdk_wayland_display_open at gdkdisplay-wayland.c:437 #6 gdk_display_manager_open_display at gdkdisplaymanager.c:463 #7 gtk_init_check at gtkmain.c:1000 #8 ffi_call_unix64 at ../src/x86/unix64.S:76 #9 ffi_call at ../src/x86/ffi64.c:525 #10 pygi_invoke_c_callable at pygi-invoke.c:645
Created attachment 1068907 [details] File: backtrace
Created attachment 1068908 [details] File: cgroup
Created attachment 1068909 [details] File: core_backtrace
Created attachment 1068910 [details] File: dso_list
Created attachment 1068911 [details] File: environ
Created attachment 1068912 [details] File: limits
Created attachment 1068913 [details] File: maps
Created attachment 1068914 [details] File: mountinfo
Created attachment 1068915 [details] File: namespaces
Created attachment 1068916 [details] File: open_fds
Created attachment 1068917 [details] File: proc_pid_status
Looks like gtk is trying to force gdk wayland backend on a non wayland DE. Perhaps this revert fixes it https://git.gnome.org/browse/gtk+/commit/?id=83c25169e8571a1c9f9009f34ca4bb5ca7f4e291
This was caused by the wayland libraries requiring WAYLAND_DISPLAY to be set for a little while, and then erroring out if it isn't, thereby defeating GTK+'s fallback to the x11 backend. No longer the case.