Summary: | On X11, Application Launcher widget can be quick-tiled | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | itouchdennis |
Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ben, kde, mikel5764, nate, nicolas.fella, noahadvs, notmart |
Priority: | NOR | Keywords: | qt6 |
Version: | 5.90.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/libplasma/-/commit/8d87208320f8d924d21f3f62d77b27d658a5af88 | Version Fixed In: | |
Sentry Crash Report: |
Description
itouchdennis
2023-12-04 14:11:34 UTC
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 |