Summary: | Kickoff falls back to GenericName for its subtitle if Comment is unset, but Task Manager doesn't | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Tamás Králl <tamaskrall42> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mikel5764, nate, noahadvs, qydwhotmail |
Priority: | NOR | ||
Version First Reported In: | 6.3.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/45784326e48665849ba881a442d0d76bb2b22ca0 | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Tamás Králl
2025-05-17 17:26:26 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5510 Git commit ae39f3219d6fc849fe8de0d1c165a572598082fe by Nate Graham. Committed on 22/05/2025 at 13:51. Pushed by ngraham into branch 'master'. libtaskmanager: show Comment for launcher icons when appropriate Right now, launcher icons get a caption equal to the app's GenericName, if one is set in the metadata. If not, it gets no caption. This differs from what Kicker and Kickoff Manager do: a more complex behavior to show the Comment if the app has no GenericName or if its GenericName is equal to its Name. Let's replicate the same logic here. FIXED-IN: 6.4.0 M +18 -4 libtaskmanager/tasktools.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/ae39f3219d6fc849fe8de0d1c165a572598082fe Git commit 45784326e48665849ba881a442d0d76bb2b22ca0 by Nate Graham. Committed on 22/05/2025 at 15:06. Pushed by ngraham into branch 'Plasma/6.4'. libtaskmanager: show Comment for launcher icons when appropriate Right now, launcher icons get a caption equal to the app's GenericName, if one is set in the metadata. If not, it gets no caption. This differs from what Kicker and Kickoff Manager do: a more complex behavior to show the Comment if the app has no GenericName or if its GenericName is equal to its Name. Let's replicate the same logic here. FIXED-IN: 6.4.0 (cherry picked from commit ae39f3219d6fc849fe8de0d1c165a572598082fe) Co-authored-by: Nate Graham <nate@kde.org> M +18 -4 libtaskmanager/tasktools.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/45784326e48665849ba881a442d0d76bb2b22ca0 |