Fix double click required for wifi connection and upgrade nma #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "isa/citadel:internet"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pulling in GNOME Keyring to "Fix double click" bug is a change that I'll need more information about.
Whether or not to include GNOME Keyring in Citadel is not such a trivial decision because in the future we have some plans to store secrets such as keys and passwords securely in Citadel. Yes, this is exactly what GNOME Keyring is for and that's the problem. Keyring may not be the right tool for the job because we need to be able to provide access and storage of secrets that is partitioned by individual realms.
If we don't use GNOME Keyring, we may still want to implement the Secret Service API for whatever we build to use instead of GNOME Keyring. Depending on the implementation details, it may be a problem that Keyring is running and already owning the service name.
If we really need to add Keyring now for a good reason, then fine, we can do that. But do we have a good reason?
I don't know because I don't understand the bug you have fixed.
When using citadel right now, if you click to connect to a wifi network through the applet (not the settings program), you are not prompted to enter the password of the network. Instead, nothing happens. So the user must click the network name again and is then prompted for the wifi password.
This is not a serious bug but is annoying. McKinney found this bug, I also noticed it a bit later.
Do you think that a deeper dive into the network-manager-applet code is preferred to resolve this issue? Maybe patch NMA instead of pulling in gnome-keyring?
Checkout
From your project repository, check out a new branch and test the changes.