https://bugs.kde.org/show_bug.cgi?id=516712
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-nm/-/commit/cbba7 |ma/plasma-nm/-/commit/a6fad |600648cd8fbd14942f4ee238093 |95ea41444fcdc227e7703c00ef7 |a9c0c5eb |7b97dfa6 --- Comment #17 from Nate Graham <[email protected]> --- Git commit a6fad95ea41444fcdc227e7703c00ef77b97dfa6 by Nate Graham. Committed on 02/03/2026 at 16:05. Pushed by ngraham into branch 'Plasma/6.6'. 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 (cherry picked from commit cbba7600648cd8fbd14942f4ee238093a9c0c5eb) Co-authored-by: Nate Graham <[email protected]> M +9 -1 libs/connectionicon.cpp https://invent.kde.org/plasma/plasma-nm/-/commit/a6fad95ea41444fcdc227e7703c00ef77b97dfa6 -- You are receiving this mail because: You are watching all bug changes.
