https://bugs.kde.org/show_bug.cgi?id=382789
Martin Flöser <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |Wayland+, X11- Component|wayland-generic |core --- Comment #3 from Martin Flöser <mgraess...@kde.org> --- Relevant code is: QString Client::readName() const { if (info->name() && info->name()[0] != '\0') return QString::fromUtf8(info->name()).simplified(); else return KWindowSystem::readNameProperty(window(), XCB_ATOM_WM_NAME).simplified(); } I assume KWindowSystem::readNameProperty does not work on Wayland -- You are receiving this mail because: You are watching all bug changes.