https://bugs.kde.org/show_bug.cgi?id=501788
Tobias Fella <[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/d4a2cd18a7138bf8cbd3f552f |t/19a4ab4999256977a753e6758 |feafbfbde7e4a14 |26724256dbd6565 --- Comment #10 from Tobias Fella <[email protected]> --- Git commit 19a4ab4999256977a753e675826724256dbd6565 by Tobias Fella, on behalf of Christoph Wolk. Committed on 02/06/2026 at 12:35. Pushed by tfella into branch 'Plasma/6.7'. applets/kicker: make appEntry group upper case Appentry's group property is generally the first letter of the app name, with special handling for non-letters and CJK. The letter is case- sensitive. This works fine in Kickoff's All Apps in list display style, which uses ListView.section and its built-in initial letter collation, but fails in grid display, which uses SortFilterProxyModels for the sections, which are case-sensitive, and so do not include apps that start with lower-case letters. Instead, collate in the model, by always using the upper-case letter as the group value. FIXED-IN: 6.7.0 (cherry picked from commit d4a2cd18a7138bf8cbd3f552ffeafbfbde7e4a14) Co-authored-by: Christoph Wolk <[email protected]> M +1 -1 applets/kicker/appentry.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/19a4ab4999256977a753e675826724256dbd6565 -- You are receiving this mail because: You are watching all bug changes.
