| Summary: | 'MinimizeAll' only minimizes Xwayland apps/windows | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Lucia Mrenica <lucia.mrenica> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugseforuns, kde, lucia.mrenica |
| Priority: | NOR | ||
| Version First Reported In: | 5.14.90 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lucia Mrenica
2019-01-18 19:30:45 UTC
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. |