SUMMARY If you open the application launcher and have some shortcuts to quick tile windows, you will encounter that the application menu is also triggered by the quick tile action, it shouldn`t. STEPS TO REPRODUCE 1. Set up a simple dock, style: floating, center, fit content 2. Add application launcher as a widget to dock 3. Make sure you added the shortcuts for Quick Tile Window to Bottom / left / right / top - E.g. to "Meta+Left" for Left tile 3. Open the launcher via CMD/Super-key/meta-key 4. While the launcher is open press the quick tile shortcut (e.g meta + left) 5. The window of the launcher will resize and flip around OBSERVED RESULT The application menu resizes (if its e.g. manually set up smaller as default, the default size comes back ) and also snaps into the direction you pressed EXPECTED RESULT The application menu should not be affected by quick tile shortcuts SOFTWARE/OS VERSIONS Linux/KDE Plasma: EndeavourOS (available in About System) KDE Plasma Version: 5.90.0 KDE Frameworks Version: 5.246.0 Qt Version: 6.6.1
SystemSettings says its KDE Plasma V 5.90, while bottom right it says KDE Plasma 6.0 Beta 1 as watermark
Are you using X11? This works as expected for me on Wayland.
(In reply to Nate Graham from comment #2) > Are you using X11? This works as expected for me on Wayland. yes - I am using x11.
Looks like the window lost the _KDE_NET_WM_WINDOW_TYPE_APPLET_POPUP window type (during the PlasmaWindow refactor?). Windows with that type are excluded from quick tiling
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1064
Git commit b41067e1960ac4bd4f30f8d3369a8e5e40c3a314 by Nicolas Fella. Committed on 20/02/2024 at 12:37. Pushed by nicolasfella into branch 'master'. Fix X11 window type for AppletPopup Make sure it has the appropriate AppletPopup window type M +6 -1 src/plasmaquick/appletpopup.cpp https://invent.kde.org/plasma/libplasma/-/commit/b41067e1960ac4bd4f30f8d3369a8e5e40c3a314
Git commit 8d87208320f8d924d21f3f62d77b27d658a5af88 by Nicolas Fella. Committed on 20/02/2024 at 13:29. Pushed by nicolasfella into branch 'Plasma/6.0'. Fix X11 window type for AppletPopup Make sure it has the appropriate AppletPopup window type (cherry picked from commit b41067e1960ac4bd4f30f8d3369a8e5e40c3a314) M +6 -1 src/plasmaquick/appletpopup.cpp https://invent.kde.org/plasma/libplasma/-/commit/8d87208320f8d924d21f3f62d77b27d658a5af88