Control: tags -1 + moreinfo On Mon, 31 Jul 2023 at 15:02:28 +0200, Michal Byrecki wrote: > (org.gnome.Nautilus:36400): GLib-GObject-WARNING **: 14:58:48.769: invalid > cast > from 'GdkWaylandToplevel' to 'GdkX11Surface'
nautilus and gnome-calculator are working fine for me in a Wayland environment, without a similar warning, and without needing GDK_BACKEND=x11. Do you have any LD_PRELOAD modules or other plugins that are injecting additional code into processes in your session? Please try running nautilus (or another affected program) with G_DEBUG=fatal-warnings in the environment (which will turn this warning into a crash that can be debugged), and use either gdb or systemd-coredump to get a backtrace from that crash: https://wiki.debian.org/HowToGetABacktrace Thanks, smcv