After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693899 - VPN detected as default device, hides Wi-Fi icon
VPN detected as default device, hides Wi-Fi icon
Status: RESOLVED DUPLICATE of bug 687853
Product: gnome-shell
Classification: Core
Component: network-indicator
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-15 16:04 UTC by Bastien Nocera
Modified: 2013-02-15 22:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2013-02-15 16:04:41 UTC
gnome-shell-3.7.5-2.fc19.x86_64

Once connected, the OpenVPN VPN gets selected by _syncActiveConnections() as the _mainConnection when my Wi-Fi connection should be.

On this line:
this._mainConnection = activating || default_ip4 || default_ip6 || this._activeConnections[0] || null;
every item in null except:
this._activeConnections[0]
which is the VPN connection.

default_ip4 is unset, for some reason.
Comment 1 Bastien Nocera 2013-02-15 18:36:47 UTC
Might be fixed by the patch in bug 687853
Comment 2 Bastien Nocera 2013-02-15 22:16:36 UTC
Fix the problem it does.

*** This bug has been marked as a duplicate of bug 687853 ***