https://bugs.kde.org/show_bug.cgi?id=506500
Bug ID: 506500
Summary: Application's description is different in app list and
search
Classification: Plasma
Product: plasmashell
Version First 6.4.1
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Application Launcher (Kickoff) widget
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: 1.0
Created attachment 182875
--> https://bugs.kde.org/attachment.cgi?id=182875&action=edit
Application list
SUMMARY
The description of an app when shown in the application list is taken from
Comment key if it's present, otherwise from GenericName key. When search it's
the opposite, GenericName is chosen if it's present and different from name,
otherwise Comment.
STEPS TO REPRODUCE
1. Install an application that has both GenericName (which is different from
Name) and Comment keys in its desktop entry (many applications have this,
including KDE ones like NeoChat)
2. Find manually in the application list
3. Find it using search
OBSERVED RESULT
The description of application in the list is different when searching and when
browsing the applications.
EXPECTED RESULT
The description is the same
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed
KDE Plasma Version: 6.4.1
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.1
ADDITIONAL INFORMATION
Relevant code:
Application list:
https://invent.kde.org/plasma/plasma-workspace/-/blob/d15ee13d37ce11e6294f18876a171e7a7124f031/applets/kicker/appentry.cpp#L155
Search:
https://invent.kde.org/plasma/plasma-workspace/-/blob/d15ee13d37ce11e6294f18876a171e7a7124f031/runners/services/servicerunner.cpp#L165
--
You are receiving this mail because:
You are watching all bug changes.