https://bugs.kde.org/show_bug.cgi?id=518978
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/00756005c3178e032273b5402 |t/84e41719514794f45f8de9164 |87d05aa9df60ed5 |999ba75de3435ab --- Comment #4 from cwo <[email protected]> --- Git commit 84e41719514794f45f8de9164999ba75de3435ab by Christoph Wolk. Committed on 10/05/2026 at 11:38. Pushed by cwo into branch 'Plasma/6.6'. applets/kicker: show separator after service runner Recent Files The kicker model context menu for apps has a separator between the Recent Files section and what comes after (Edit Application/Uninstall), but application search results do not and have them as a single block. This is caused by a simple logic flub - we need to show the separator before Edit if either jumplist actions are present or Recents, but not in between jumplist and recents (as they have their own separator at the top. The current logic draws the separator only if jumplists actions are present and no recents are, which causes the separator to be missing if both are present. This problem applies to both kicker variants and kickoff. Instead, add the separator in that case. FIXED-IN: 6.6.5 (cherry picked from commit 00756005c3178e032273b540287d05aa9df60ed5) Co-authored-by: Christoph Wolk <[email protected]> M +1 -1 applets/kicker/runnermatchesmodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/84e41719514794f45f8de9164999ba75de3435ab -- You are receiving this mail because: You are watching all bug changes.
