Bug 1031574
Summary: | network disconnected icon appears beside wired icon when on vpn | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | zachw <conflatulence> | ||||
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | danw, dcbw, fmuellner, otaylor, samkraju, walters | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | NetworkManager-0.9.9.0-25.git20131003.fc20 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-01-20 03:09:21 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
I think this is a problem in NetworkManager. By sprinkling log messages in gnome-shell js/ui/status/network.js, I can see when VPN is on this._mainConnection is NULL causing _updateIcon to do use icon network-offline-symbolic. _mainConnection comes from _getMainConnection calling NMClient get_primary_connection() and get_activating_connection(). Checking these properties of NetworkManager via D-Feet they are NULL. Turning VPN off, NetworkManager PrimaryConnection becomes non-NULL. NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 NetworkManager-vpnc-0.9.8.2-2.fc20.x86_64 doh, this has been fixed for months, we just forgot to add the patch to F20 NetworkManager-0.9.9.0-25.git20131003.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/NetworkManager-0.9.9.0-25.git20131003.fc20 Package NetworkManager-0.9.9.0-25.git20131003.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing NetworkManager-0.9.9.0-25.git20131003.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-1112/NetworkManager-0.9.9.0-25.git20131003.fc20 then log in and leave karma (feedback). NetworkManager-0.9.9.0-25.git20131003.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 825491 [details] Screenshot, disconnected icon is in top right, but network is connected. Description of problem: Giving Fedora 20 beta a try, upgraded from F19 via fedup. Connected to the internet via wifi, when I enable a VPN the wifi icon disappears and is replaced by the no-network icon and the lock network icon. I think only the lock network icon should be there (that's how it looked in F19). Screenshot attached. Version-Release number of selected component (if applicable): Fedora 20 beta gnome-shell-3.10.2-1.fc20.x86_64 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: