-
Notifications
You must be signed in to change notification settings - Fork 26
fix: network-manager was not listening to device changes #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups 😅
I make some tests. There's something strange. With this fix, something doesn't work well when I switch to a new Wi-Fi, and the system asks for the password. This event is triggered multiple times and asks for the password of the current wifi and for the new one. I need to investigate more on this O.o sadly the network service is a mess 🥲 |
Without checking the code - I ran into a similar thing in IWD. This is surprising thought that that was NOT the case before. |
I dont understand the failing CI. Running the same clippy command locally shows no issues. |
It could be a different clippy version? Have you already tried with a rustup update? |
Actually, given iwd merged, the whole fix needs to be ported to there anyways, let me give that a go to. |
The only thing is the wifi password is requested twice. |
That was (is) not the case with the version before? |
The problem doesn't happen in the main version. With this branch, when I switch wifi networks, ashell requests the wifi password twice. I will do more tests to understand why |
Just noticed this while implementing the iwd branch. I guess this was not on purpose.