Thats cool! I am currently split between Manjaro and Gentoo, but .. in Gentoo you can enable "qt" overlay, the 5.9.1 version is not really unstable. Been working on Neon for few months, no issues so far.
immi101: you can force GTK3 apps to use the wayland backend by settings the environment variable: GDK_BACKEND=wayland
same thing for SDL2 apps: SDL_VIDEODRIVER=wayland
(if the wayland backend was enabled at compile time of course :) )
SDL1 does not have a wayland backend
not sure what the current status is for Unity games. iirc they had plans to switch to SDL2 / work on a wayland backend.
But all the games that I have seen they still use X11.
quick test:
Terraria works under wayland
Tales of MajEyal crashes :( (though i am missing the latest version from that)
Great info, thanks! Just tested Synaptic - gtk3 works in wayland (synaptic), but GTK2 (dia) either ignores the value or refuses to start (brave).
Maybe Xwayland gets better with time, I think its more realistic to expect that than that old proprietary games get patched... I mean, its like the stuff with OSS emulation.
Edit: No, apparently it only works if run in user mode, synaptic refuses to run via sudo, claiming that it can't open display.
"$ sudo GDK_BACKEND=wayland dbus-launch synaptic
No protocol specified
(synaptic:9128): Gtk-WARNING **: cannot open display: :1"