cross-posted from: https://lemmy.world/post/39342270
Well folks, it’s the beginning of a new era: after nearly three decades of KDE desktop environments running on X11, the future KDE Plasma 6.8 release will be Wayland-exclusive! Support for X11 applications will be fully entrusted to Xwayland, and the Plasma X11 session will no longer be included.


yeah you sometimes need to force applications to run with xwayland, for qt apps I think you just assert the environmental variable:
QT_QPA_PLATFORM=xcbthat usually works for me
Thanks for the tip, I’ll give this a try!