https://bugs.kde.org/show_bug.cgi?id=517384
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-nm/-/commit/0c02f | |8388f4cb7f60cd32740534c4c7e | |cb566c03 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #8 from Nate Graham <[email protected]> --- Git commit 0c02f8388f4cb7f60cd32740534c4c7ecb566c03 by Nate Graham, on behalf of Ivan Perevalov. Committed on 28/05/2026 at 20:11. Pushed by ngraham into branch 'master'. Fix bridge disconnect icon and add OvsBridge support Pulling the cable from a bridge slave port left the tray icon stuck on `network-wired-activated`, because NetworkManager keeps the bridge connection active even after physical link loss. The old code unconditionally set the activated icon for bridge devices. Fix and additions Fix this by explicitly handling `NetworkManager::Device::OvsBridge` network types and checking for the existence of any ethernet carriers; no carriers means no network means disconnected icon. M +21 -7 libs/connectionicon.cpp M +1 -0 libs/connectionicon.h https://invent.kde.org/plasma/plasma-nm/-/commit/0c02f8388f4cb7f60cd32740534c4c7ecb566c03 -- You are receiving this mail because: You are watching all bug changes.
