Bug 494314

Summary: App icons are still colorful in Kickoff
Product: [Plasma] plasmashell Reporter: andreas_k <andreas_k>
Component: Application Launcher (Kickoff) widgetAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED INTENTIONAL    
Severity: minor CC: kainz.a, m, mikel5764, nate, noahadvs
Priority: NOR    
Version: 6.2.0   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: start menu

Description andreas_k 2024-10-08 22:16:11 UTC
Created attachment 174548 [details]
start menu

All icons in the 6.2 start menu widget are monochrome, only the help icon wasn't. See screenshot
Comment 1 Nate Graham 2024-10-09 00:18:35 UTC
That's because it's an app. We don't currently force app icons to be symbolic (where possible) when they're in the sidebar.

We could, but the issue here is that most apps don't have symbolic icons. This would work for the Help Center app because it does happen to have a symbolic icon (at least with Breeze theme), but most other apps wouldn't respond to the request for a symbolic icon.

I forgot all about this issue because I removed the Help Center app from the sidebar ages ago. Will think about it.
Comment 2 Nate Graham 2024-10-22 20:59:33 UTC
Conclusion: we move KHelpCenter into a new "Help" category, and then consider other occurrences of this somewhere between "intentional" and "user misconfiguration if they don't like the effect". :)

For the former, see https://invent.kde.org/teams/vdg/issues/-/issues/81.
Comment 3 Nate Graham 2024-10-24 14:13:21 UTC
Git commit bf682e1dcb8d34365f6a0f031ca030beff0323b4 by Nate Graham.
Committed on 24/10/2024 at 14:13.
Pushed by ngraham into branch 'master'.

Don't show "Core" KDE apps at the top level of the menu structure

Git history suggests this was implemented during or before the KDELibs
era. However it's clear that we moved away from it over time, since
today only KHelpCenter makes use of the feature. This has proved
awkward and generated bug reports. Let's stop doing it.

Fixes https://invent.kde.org/teams/vdg/issues/-/issues/81

M  +0    -6    menu/desktop/plasma-applications.menu

https://invent.kde.org/plasma/plasma-workspace/-/commit/bf682e1dcb8d34365f6a0f031ca030beff0323b4