Could somebody get a debug backtrace for the issue?
$ export GDK_SYNCHRONIZE=1 $ gdb gnome-settings-daemon (gdb) b gdk_x_error (gdb) command > bt > c > end (gdb) r --replace
(that should print the bt for you when it stops)
Could somebody get a debug backtrace for the issue?
$ export GDK_SYNCHRONIZE=1 daemon
$ gdb gnome-settings-
(gdb) b gdk_x_error
(gdb) command
> bt
> c
> end
(gdb) r --replace
(that should print the bt for you when it stops)