https://bugs.kde.org/show_bug.cgi?id=506170
--- Comment #11 from Guido <[email protected]> --- (In reply to TraceyC from comment #9) > (In reply to 8py from comment #8) > > I couldn't figure out how to edit my comment, so making a new one. > > Apparently, this bug is fixed for wayland users, just not x11 users. Will it > > not be fixed for x11 too? Should I remove this applet since I use x11? Or is > > there still a fix in the works for x11 users? Okay, thanks for any insight. > > I don't see anything to indicate this is fixed for Wayland but not X11. + if (KWindowSystem::isPlatformWayland() && view() == CompactView) { + m_currentMenu->popup(pos); + connect(actionMenu, &QMenu::aboutToHide, this, &AppMenuApplet::onMenuAboutToHide, Qt::UniqueConnection); + } -- You are receiving this mail because: You are watching all bug changes.
