Already reported as bug 400203. Nate's comment: "This isn't a discover issue, though. The data comes from KDE programs that install the .knsrc definition files that provide this data. They need to add a "Name" key and provide a pretty name. See this commit for an example: https://cgit.kde.org/sddm-kcm.git/commit/?id=b3928bb58819c4306a23918762be7cd5aa663979 " STEPS TO REPRODUCE 1. open discover 2. click "Applications addons" in the side bar 3. OBSERVED RESULT Name of the category related to K3b (K3btheme) is not user-friendly. See the screenshot. https://bugsfiles.kde.org/attachment.cgi?id=115852 EXPECTED RESULT user-friendly name like "K3b Themes". SOFTWARE VERSIONS Arch Linux KDE Plasma Version: 5.14.2 KDE Frameworks Version: 5.51 Qt Version: 5.12 beta3
https://phabricator.kde.org/D17637 Sorry that this utterly trivial change took me a month and a half to submit a patch for!
Git commit 3479acd505867d6963e7a802fcc51cec6e61afe3 by Nate Graham. Committed on 18/12/2018 at 14:11. Pushed by ngraham into branch 'master'. Give KNSRC file a user-friendly name Summary: With this change, the catagory name in Discover will be "K3B Themes" instead of "K3Btheme". See also b3928bb58819c4306a23918762be7cd5aa663979 FIXED-IN: 19.04.0 Reviewers: #kde_applications, apol Reviewed By: apol Differential Revision: https://phabricator.kde.org/D17637 M +1 -0 src/option/k3btheme.knsrc.cmake https://commits.kde.org/k3b/3479acd505867d6963e7a802fcc51cec6e61afe3
it's still "K3btheme" in Discover 5.15. :( Operating System: Arch Linux KDE Plasma Version: 5.15.0 KDE Frameworks Version: 5.55.0 Qt Version: 5.12.1
This fix is in K3B version 19.04.0, which hasn't been released yet. We couldn't change it in 18.12.x because the proper fix is a string change, and we don't change strings in the stable version of apps, only in the master branch. I submitted the patch too late to make it into the last release, so we're stuck waiting for the next one.