You are not logged in.
I have a ssh server running Wayland and a client running X11
I am able to "ssh -Y remote-host"
But when running any gui application (after connecting) it presents itself on the remote server desktop. Not on the local desktop as it should.
I am sure that I am missing something.
if I prefix the command with GDK_BACKEND=x11 I get the same results.
Offline
Do they run as native wayland or xwayland clients?
Are those GTK clients tbw?
https://wiki.archlinux.org/title/Wayland#GUI_libraries
printenvin the ssh login, maybe you're unconditionally exporting st. like XDG_SESSION_TYPE=wayland? What's $DISPLAY ?
Online
Try running "env -u WAYLAND_DISPLAY your_application_here". Unsetting WAYLAND_DISPLAY should make it fall back to X.
Offline