diff --git a/plugins/platforms/wayland/wayland_backend.cpp b/plugins/platforms/wayland/wayland_backend.cpp --- a/plugins/platforms/wayland/wayland_backend.cpp +++ b/plugins/platforms/wayland/wayland_backend.cpp @@ -653,7 +653,7 @@ m_registry->createServerSideDecorationManager(ssdManagerIface.name, ssdManagerIface.version, this); - const auto xdgIface = m_registry->interface(Registry::Interface::XdgShellUnstableV6); + const auto xdgIface = m_registry->interface(Registry::Interface::XdgShellStable); if (xdgIface.name != 0) { m_xdgShell = m_registry->createXdgShell(xdgIface.name, xdgIface.version, this); }