Bug 503212

Summary: Ensure Taskbar icons are all coming from the same size family on the right click menu on the desktop
Product: [Plasma] plasmashell Reporter: Andres Betts <anditosan1000>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: kde, nate, plasma-bugs-null, qydwhotmail
Priority: NOR    
Version First Reported In: master   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Bug Depends on: 503211    
Bug Blocks:    
Attachments: desktopmenu

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.