Bug 503212 - Ensure Taskbar icons are all coming from the same size family on the right click menu on the desktop
Summary: Ensure Taskbar icons are all coming from the same size family on the right cl...
Status: RESOLVED DOWNSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (other bugs)
Version First Reported In: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on: 503211
Blocks:
  Show dependency treegraph
 
Reported: 2025-04-23 09:23 UTC by Andres Betts
Modified: 2025-04-26 06:16 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
desktopmenu (70.46 KB, image/png)
2025-04-23 09:23 UTC, Andres Betts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Betts 2025-04-23 09:23:03 UTC
Created attachment 180556 [details]
desktopmenu

ADDITIONAL INFORMATION
In the taskbar, there are some icons in the overflow menu that do not seem to be using the icons coming from the same folder as the rest of the items. Depending on what we think is best, we need to source the icon from to have the same thickness.
Comment 1 Nate Graham 2025-04-23 09:44:16 UTC
This is an issue in the icon theme, not the code. All the code does here is ask for a small (16px) icon.

It's up to the icon theme to provide the requested icons at the requested size; if it doesn't have the requested size, then the icon loaded will have to fall back to another larger icon size that then gets downscaled.
Comment 2 Andres Betts 2025-04-26 05:44:44 UTC
What I am understanding is that the issue here is that there is no, for example, bell icon equivalent at 32px but it exists at 24px (22 today). Would that be the same problem when it comes to the colorful icon in the same menu?
Comment 3 Nate Graham 2025-04-26 06:16:04 UTC
Yes. However, that's a problem of the icon theme, not the menu.