| Summary: | Symbolic Category icons override user choices | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | i <kde.tmapu> |
| Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | minor | CC: | ad.liu.jin, mikel5764, nate, noahadvs |
| Priority: | NOR | ||
| Version First Reported In: | 6.2.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | KDE Menu and Menu Editor, showing that the non-symbolic version of the icon has been chosen, but the symbolic version appears in the menu categories. | ||
|
Description
i
2024-10-12 12:58:49 UTC
Can confirm. The menu editor, and 3rd-party launchers that show category icons (Kickoff is the only one doing this in the three built-in launchers) will still show the non-symbolic version by default, which is kind of inconsistent. Maybe this should be done by changing the categories (plasma-workspace/menu/desktop/*.directory) to specify `-symbolic` icons by default. So they would be symbolic by default everywhere, and OP can still customize them to non-symbolic versions. I investigated that approach, but unfortunately it's not feasible, since only some of the items in the sidebar get their icons from the standard menu categories' desktop files. In addition, various apps create their own new menu categories (e.g. Chrome and WINE) and there is no way to make those icons symbolic without overriding the icon name in Kickoff's code. So I'm afraid it has to stay this way sorry. |