Summary: | Icon-text task manager shows tasks in 2 rows when “Use multi-row view” is disabled | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Fushan Wen <qydwhotmail> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kde, nate, qydwhotmail |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/25b01c8037ce3414f1d6653de9566809c405de68 | Version Fixed In: | 6.5.0 |
Sentry Crash Report: | |||
Attachments: |
Screenshot
window group vanishing into the void going to two rows when ungrouping |
Description
Fushan Wen
2025-08-23 12:09:06 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3166 Git commit 32084ff2292b28767d38bb7a936c2ee2032c7de1 by Marco Martin, on behalf of Niccolò Venerandi. Committed on 25/08/2025 at 10:17. Pushed by niccolove into branch 'master'. Fix usage of preferred width in task manager / scrollable panel Previously the panel would use Layout.preferredWidth, which is always -1; it now instead uses implicitWidth, which is the correct value. This commit also brings back the correct preferred height calculation for horizontal panels in the task manager. M +6 -2 applets/taskmanager/package/contents/ui/code/layoutmetrics.js M +1 -2 containments/panel/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/32084ff2292b28767d38bb7a936c2ee2032c7de1 Created attachment 184663 [details]
window group vanishing into the void
I could still reproduce it the last days. It happened when a was removed from the taskmanager either by closing or moving somewhere and this causing grouped tasks to become ungrouped.
I just tried again and instead of this behavior window groups now just vanish.
Created attachment 184701 [details]
going to two rows when ungrouping
Still happening
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5813 Above MR doesnt really help, I just produced it with the patch, it nevertheless should be correct. That change that caused this issue was reverted in https://invent.kde.org/plasma/plasma-desktop/-/commit/25b01c8037ce3414f1d6653de9566809c405de68; marking this as resolved. Git commit f6c214bf5d304f06d757ec7402f8184842d906e6 by David Redondo. Committed on 26/09/2025 at 07:36. Pushed by davidre into branch 'master'. libtaskmanager: Dont emit row remove signals during model reset It's not 100% correct and may confuse some views. M +6 -2 libtaskmanager/taskgroupingproxymodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/f6c214bf5d304f06d757ec7402f8184842d906e6 |