https://bugs.kde.org/show_bug.cgi?id=427530
heqroman...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heqroman...@gmail.com --- Comment #11 from heqroman...@gmail.com --- Most likely related: I am developing another fullscreen application launcher and I've had reports of people who also have their shutdown and restart buttons gone as well. I've also had the same experience recently, running the following Operating System: EndeavourOS KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.85.0 Qt Version: 5.15.2 Kernel Version: 5.13.13-arch1-1 (64-bit) Graphics Platform: X11 Processors: 2 × Intel® Celeron® N4000 CPU @ 1.10GHz Memory: 7,6 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 600 The way we "feed" both our application launchers with said session management buttons. We both use an ItemGridView whose model is "systemFavorites". This is a model fed by the extremely troublesome rootModel API nobody knows how it exactly works and nobody involved seems to be willing to document it. (https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/kicker/plugin/rootmodel.h). This is most likely the culprit, because it's extremely unlikely *both* this applet and mine are featuring the exact same bug. As a workaround, I'm thinking of using the session management applet buttons that are available for download in the KDE Plasmoids store, but this code makes direct usage of qdbus calls which is similar to punching the fullscreen leave screen in the face, as it goes straight through it and won't even show it. -- You are receiving this mail because: You are watching all bug changes.