OBSERVED RESULT If I trigger MinimizeAll (e. g. with Meta+D) native wayland apps don't minimize only apps running on Xwayland. EXPECTED RESULT All apps should minimize and show back up. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.14.90 KDE Frameworks Version: 5.54 Qt Version: 5.12
Likely related to https://bugs.kde.org/show_bug.cgi?id=377213
Currently, wayland clients are not exposed to scripting API (for security reasons).
(In reply to Vlad Zagorodniy from comment #2) > Currently, wayland clients are not exposed to scripting API (for security > reasons). But there is going to be a way how this could work, right?
native wayland apps are minimized as expected when I use "Minimize all windows" widget on Arch Linux running plasma 5.15 beta.
(In reply to Patrick Silva from comment #4) > native wayland apps are minimized as expected when I use "Minimize all > windows" widget > on Arch Linux running plasma 5.15 beta. That's interesting, for me too. Why does the keyboard shortcut work differently then?
Widget is an applet that uses libtaskmanager (which in turn uses a special interface) The other is a shortcut in kwin that is run via kwin scripting. You probably could set a shortcut on the applet if you wanted a quick fix. Long term we need to add back kwin scripting.
(In reply to David Edmundson from comment #6) > Widget is an applet that uses libtaskmanager (which in turn uses a special > interface) > > The other is a shortcut in kwin that is run via kwin scripting. > > You probably could set a shortcut on the applet if you wanted a quick fix. > > Long term we need to add back kwin scripting. I could do that, but I would have to have this widget on my panel (which is not that big a problem) and https://bugs.kde.org/show_bug.cgi?id=403509
Given that wayland clients are now exposed to the scripting api, I change the status of this bug report to RESOLVED FIXED.