You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Desktop with wired and wireless connection always shows wifi connection on bar, which is not connected to an ssid.
To Reproduce
Steps to reproduce the behavior:
System has bridge configured for kvm and may take a few seconds after boot to connect, but basically have a wired network connection active and a wifi adapter that isn't connected to an ssid. The ethernet adapter show as connected and I can also select from all available ssid.
Additional context
Simple python test with astalnetwork showing the desktop nic is primary.
test.py:1: PyGIWarning: AstalNetwork was imported without specifying a version first. Use gi.require_version('AstalNetwork', '0.1') before import to ensure that the right version gets loaded.
from gi.repository import AstalNetwork as Network
None #This is the result for print(network.get_wifi().get_ssid())
gi.FunctionInfo(get_wired, bound=<AstalNetwork.Network object at 0x797789e88180 (AstalNetworkNetwork at 0x5b9c8cff1950)>)
gi.FunctionInfo(get_primary, bound=<AstalNetwork.Network object at 0x797789e88180 (AstalNetworkNetwork at 0x5b9c8cff1950)>)
gi.FunctionInfo(get_icon_name, bound=<AstalNetwork.Wired object at 0x7b378fa642c0 (AstalNetworkWired at 0x61b62519ffe0)>)
The text was updated successfully, but these errors were encountered:
piaccarino
changed the title
Wired desktop shows wifi icon even is disabled
Wired desktop shows wifi icon even if disabled
Jan 27, 2025
Describe the bug
Desktop with wired and wireless connection always shows wifi connection on bar, which is not connected to an ssid.
To Reproduce
Steps to reproduce the behavior:
System has bridge configured for kvm and may take a few seconds after boot to connect, but basically have a wired network connection active and a wifi adapter that isn't connected to an ssid. The ethernet adapter show as connected and I can also select from all available ssid.
Expected behavior
Show the wired adapter as primary which seems like that is supposed to happen here: https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/components/bar/modules/network/index.tsx#L15
Screenshots
![Image](https://private-user-images.githubusercontent.com/22154164/406806773-98130ab8-74b9-481d-ae89-7253d85b736c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODYwNTYsIm5iZiI6MTczOTE4NTc1NiwicGF0aCI6Ii8yMjE1NDE2NC80MDY4MDY3NzMtOTgxMzBhYjgtNzRiOS00ODFkLWFlODktNzI1M2Q4NWI3MzZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDExMDkxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM0NWI1M2NkNTE0ZjYxYmJjZDUwZTk3ZWM0MzYzYWYzZmFhMTBkNTQ1NDM2MmQzZjkwNTZkMjFkZDFmMTlmMTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dtV7dm6F4PIUo1OBiclU6b6FXf2wqREcPJo1QSb1w9k)
Desktop (please complete the following information):
Additional context
Simple python test with astalnetwork showing the desktop nic is primary.
test.py:1: PyGIWarning: AstalNetwork was imported without specifying a version first. Use gi.require_version('AstalNetwork', '0.1') before import to ensure that the right version gets loaded.
from gi.repository import AstalNetwork as Network
None #This is the result for print(network.get_wifi().get_ssid())
gi.FunctionInfo(get_wired, bound=<AstalNetwork.Network object at 0x797789e88180 (AstalNetworkNetwork at 0x5b9c8cff1950)>)
gi.FunctionInfo(get_primary, bound=<AstalNetwork.Network object at 0x797789e88180 (AstalNetworkNetwork at 0x5b9c8cff1950)>)
gi.FunctionInfo(get_icon_name, bound=<AstalNetwork.Wired object at 0x7b378fa642c0 (AstalNetworkWired at 0x61b62519ffe0)>)
The text was updated successfully, but these errors were encountered: