Bug 501546

Summary: Icon of button is "X" instead of '-"
Product: [Plasma] Breeze Reporter: Patrick Silva <bugseforuns>
Component: IconsAssignee: visual-design
Status: RESOLVED INTENTIONAL    
Severity: normal CC: kainz.a, m, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: screenshot of Deluge when using Breeze icon theme
screenshot of Deluge when using Papirus icon theme

Description Patrick Silva 2025-03-15 16:24:10 UTC
Created attachment 179433 [details]
screenshot of Deluge when using Breeze icon theme

SUMMARY
Similar bug with spinboxes was fixed in frameworks 6.12 (sse bug 494086).

STEPS TO REPRODUCE
1. use Breeze icon theme
2. open Deluge torrent client
3. observe the icon of the second button of the toolbar

OBSERVED RESULT
the icon is "X" instead of "-". This bug does not occur when I use another icon theme (Papirus, for example).
Please compare the attached screenshots.

EXPECTED RESULT
the icon should be "-" instead of "X"

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.3.3
KDE Frameworks Version: 6.12.0
Qt Version: 6.8.2
Graphics Platform: Wayland
Comment 1 Patrick Silva 2025-03-15 16:24:35 UTC
Created attachment 179434 [details]
screenshot of Deluge when using Papirus icon theme
Comment 2 Nate Graham 2025-03-17 17:28:01 UTC
Apparently the app is doing one of the following:
1. Using the "list-remove" icon and somehow it's getting colored black (it's red in the Breeze icon theme).
2. using an icon that maps to the close button; maybe "dialog-close", "tab-close", or "window-close".

In this first case, this is intentional because we made the "list-remove" icon be an X on purpose.

In the second case, it's an app bug for using the wrong icon.