Bug 508474 - Elisa - Dark symbolic icon on Status and Notifications
Summary: Elisa - Dark symbolic icon on Status and Notifications
Status: CONFIRMED
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (other bugs)
Version First Reported In: 6.4.4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-19 14:16 UTC by nili
Modified: 2025-08-19 22:12 UTC (History)
4 users (show)

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


Attachments
Elisa Symbolic - Status and Notifications (93.51 KB, image/jpeg)
2025-08-19 14:16 UTC, nili
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nili 2025-08-19 14:16:23 UTC
Created attachment 184261 [details]
Elisa Symbolic - Status and Notifications

SUMMARY
Elisa have a dark symbolic icon on Status and Notifications.

STEPS TO REPRODUCE
Enabled tray icon
Application Menu > Configure Elisa... > [Tick] Keep running in system tray when main window is closed
Close Elisa to stick on tray, check it mouse hovering over symbolic icon.

EXPECTED RESULT
To have white symbolic on dark breeze theme as it does on taskbar.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20250818
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Graphics Platform: Wayland
Comment 1 nili 2025-08-19 14:30:30 UTC
Typo:
Close Elisa to stick on "Status and Notifications", check it mouse hovering over symbolic icon.
Comment 2 Nate Graham 2025-08-19 19:09:02 UTC
Can reproduce; the elisa-symbolic icon has broken color-scheme-awareness. I'll see if I can fix it.
Comment 3 Nate Graham 2025-08-19 19:15:37 UTC
Hmm, I'm not seeing anything obviously wrong with the CSS support in the SVG itself: https://invent.kde.org/frameworks/breeze-icons/-/blob/master/icons/apps/32/elisa-symbolic.svg?ref_type=heads&plain=1

It doesn't look materially different from https://invent.kde.org/frameworks/breeze-icons/-/blob/master/icons/apps/22/elisa-symbolic.svg?ref_type=heads&plain=1, which works.
Comment 4 Andres Betts 2025-08-19 22:12:47 UTC
Likely the problem here is that the outer line is a path and not a shape. If you apply "convert to shape" to it, it should be fine after that.