https://bugs.kde.org/show_bug.cgi?id=517384
Bug ID: 517384
Summary: Network tray icon incorrectly shows state (Linux
bridge, OVS bridge)
Classification: Plasma
Product: plasmashell
Version First 6.6.2
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Networking in general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 1.0
SUMMARY
OVS Bridge
Network tray icon on the KDE panel incorrectly shows a disconnection state when
using a OVS bridge via nmcli.
Linux Bridge
If you pull out the cable, it doesn't show the disconnection state.
STEPS TO REPRODUCE
OVS Bridge
1)
export NET_DEV="enp4s0"
export NM_NAME="Wired connection 1"
sudo nmcli con add type ovs-bridge conn.interface ovs-bridge con-name
ovs-bridge
sudo nmcli con add type ovs-port conn.interface port-ovs-bridge master
ovs-bridge con-name ovs-bridge-port
sudo nmcli con add type ovs-interface slave-type ovs-port conn.interface
ovs-bridge master ovs-bridge-port con-name ovs-bridge-int
sudo nmcli con add type ovs-port conn.interface ovs-port-eth master ovs-bridge
con-name ovs-port-eth
sudo nmcli con add type ethernet conn.interface "${NET_DEV}" master
ovs-port-eth con-name ovs-port-eth-int
sudo nmcli con modify ovs-bridge-int ipv4.method disabled ipv6.method disabled
sudo nmcli con modify ovs-bridge-int ipv4.method static ipv4.address
"192.168.1.2/24" ipv4.gateway "192.168.1.1" ipv4.dns "8.8.8.8"
sudo nmcli con modify ovs-bridge-int 802-3-ethernet.mtu 9000
sudo nmcli con modify ovs-port-eth-int 802-3-ethernet.mtu 9000
sudo nmcli con down "${NM_NAME}"
sudo nmcli con up ovs-port-eth-int
sudo nmcli con up ovs-bridge-int
sudo nmcli con modify "${NM_NAME}" ipv4.method disabled ipv6.method disabled
sudo nmcli con delete "${NM_NAME}"
2. Upgrade from Plasma to 6.6.2.
3. Notice the network tray icon showing a disconnection state
Linux Bridge
1. Follow the Arch Wiki guide:
https://wiki.archlinux.org/title/Network_bridge#With_NetworkManager_2
2. Upgrade from Plasma 6.6.2.
3. Notice the network tray icon showing a connection state.
4. Pull out the cable, tray icon doesn't show the disconnection state.
OBSERVED RESULT
The network tray icon on the KDE panel shows an unexpected disconnection icon
for OVS bridge.
The network tray icon on the KDE panel doesn't show the disconnection state
when pull out the cable for Linux bridge.
EXPECTED RESULT
The network tray icon should show a connected state, as it did correctly in
Plasma 6.5.5.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 6.6.2
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.2
--
You are receiving this mail because:
You are watching all bug changes.