https://bugs.kde.org/show_bug.cgi?id=490909
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from [email protected] --- (In reply to cwo from comment #11) > I noticed that now there is an inconsistency in how things are displayed > depending on whether a search is active or not. This is with "Name > (Description)" setting, which I think is the default, and showing > non-favorites as a list. > > When you browse in Kickoff, you get the Name and Comment (e.g. for > Filelight, title: "Filelight" Subtitle: "Show disk usage and delete unused > files"). But when you search, you get Name and Generic Name (e.g. title: > "Filelight" Subtitle: "Disk Usage Statistics"). > > Is this intentional or should this be changed to keep both the same? Yeah I've just noticed too. Here is the code that determines app description in the app list: https://invent.kde.org/plasma/plasma-workspace/-/blob/d15ee13d37ce11e6294f18876a171e7a7124f031/applets/kicker/appentry.cpp#L155 And here is how it's done when searching: https://invent.kde.org/plasma/plasma-workspace/-/blob/d15ee13d37ce11e6294f18876a171e7a7124f031/runners/services/servicerunner.cpp#L165 As you can see they have opposite logic(In reply to cwo from comment #11) > I noticed that now there is an inconsistency in how things are displayed > depending on whether a search is active or not. This is with "Name > (Description)" setting, which I think is the default, and showing > non-favorites as a list. > > When you browse in Kickoff, you get the Name and Comment (e.g. for > Filelight, title: "Filelight" Subtitle: "Show disk usage and delete unused > files"). But when you search, you get Name and Generic Name (e.g. title: > "Filelight" Subtitle: "Disk Usage Statistics"). > > Is this intentional or should this be changed to keep both the same? I've created a separate bug for this: https://bugs.kde.org/show_bug.cgi?id=506500 -- You are receiving this mail because: You are watching all bug changes.
