https://bugs.kde.org/show_bug.cgi?id=516712
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-nm/-/commit/cbba7 | |600648cd8fbd14942f4ee238093 | |a9c0c5eb Version| |6.6.2 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED --- Comment #16 from Nate Graham <[email protected]> --- Git commit cbba7600648cd8fbd14942f4ee238093a9c0c5eb by Nate Graham. Committed on 02/03/2026 at 15:59. Pushed by ngraham into branch 'master'. Consider connected bridges and VLANs to be connections for icon purposes Currently, bridges and VLANs are not considered real connections for icon lookup purposes, so the code returns a disconnected icon. Before 5ce273ac73725c1f2316c3ee9b950c34d87ac0df, the icon it returned was `network-wired-available`, which doesn't *look* disconnected in the Breeze icon theme, so nobody noticed or cared. 5ce273ac73725c1f2316c3ee9b950c34d87ac0df changed that to return `network-wired-disconnected`, which people do notice and care about. The underlying problem is bridge and VLAN connections not being considered active connections for icon purposes; fixing that results in an icon that is both semantically and visually correct when the only active connections are bridges or VLANs. FIXED-IN: 6.6.2 M +9 -1 libs/connectionicon.cpp https://invent.kde.org/plasma/plasma-nm/-/commit/cbba7600648cd8fbd14942f4ee238093a9c0c5eb -- You are receiving this mail because: You are watching all bug changes.
