Bug 489236 - Disabled and Enabled entries use different icons symbolic and colorfull
Summary: Disabled and Enabled entries use different icons symbolic and colorfull
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray widget (other bugs)
Version First Reported In: 6.1.1
Platform: Manjaro Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-26 13:38 UTC by medin
Modified: 2024-06-26 16:21 UTC (History)
2 users (show)

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


Attachments
Icon changes when status is changed (133.28 KB, image/png)
2024-06-26 13:38 UTC, medin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medin 2024-06-26 13:38:23 UTC
Created attachment 171015 [details]
Icon changes when status is changed

Entries in System Tray settings change their icons when their status changes, some of those icons don’t even reflect the status enabled/disabled. See attached image for more info.


Operating System: Manjaro Linux 
KDE Plasma Version: 6.1.1
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.2
Kernel Version: 6.9.6-1-MANJARO (64-bit)
Graphics Platform: Wayland
Comment 1 Nate Graham 2024-06-26 16:21:59 UTC
That's correct. The code currently gets the icon from the applet itself, so it shows you the same icon you'll see in the system tray. However when an applet is disabled, that's obviously impossible since the applet no longer exists there, so it falls back to the icon specified in the applet's JSON metadata file. These may not match of course. And there's no way to force them to match, since the applet itself can change its icon at runtime.

So I'm afraid there's no way we can fix this, sorry.