Summary: | Minimize all windows applet does not work under Wayland | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
Component: | generic-wayland | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aloisio, kde, notuxius, vltg0903 |
Priority: | NOR | ||
Version First Reported In: | 5.9.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://cgit.kde.org/kdeplasma-addons.git/commit/?id=c8c734fabe4732dc002e896669dcf603d107592f | Version Fixed In: | 5.13.0 |
Sentry Crash Report: |
Description
Patrick Silva
2017-03-04 18:38:19 UTC
Confirming this bug in: Distribution: KDE neon Developer Edition Unstable Branches live iso 20170813 KDE Plasma Version: 5.10.90 KDE Frameworks Version: 5.37.0 Qt Version: 5.9.1 Kernel Version: 4.10.0-32-generic OS Type: 64-bit Video Card: Intel 4500MHD Both clicking on created 'Minimize Windows' desktop/panel widgets and activating assigned to it key combination (Meta+D) aren't minimizing windows. Default shortcut for 'Show Desktop' - 'Ctrl+F12' is working, assigning 'Meta+D' combination to it in 'Global Shortcuts' and activating 'Show Desktop' action with new 'Meta+D' combination is also working. I just had a look into the implementation. This cannot work on Wayland. It needs a completely different implementation on Wayland. *** Bug 374977 has been marked as a duplicate of this bug. *** I think the easiest would be to use libtaskmanager which can minimize windows and would remove the need for a C++ plug-in as it provides a QML import. |