https://bugs.kde.org/show_bug.cgi?id=490909
--- Comment #3 from Nate Graham <n...@kde.org> --- I looked into this and it's a bit messy. In plasma-workspace/applets/kicker/plugin/appentry.cpp, AppEntry::nameFromService() determines this string. Changing the logic path for "NameAndGenericName" to prefer Comment over GenericName isn't too hard, and I have a patch that does that. The challenge is Kickoff. For its subtitle, Kickoff doesn't ask for NameAndGenericName, it asks for GenericName specifically. So we can't just change the text that GenericName returns, because then things will be wrong in contexts where we really do just want the generic name. -- You are receiving this mail because: You are watching all bug changes.