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 772249 - network: Initialize primary and VPN connections on startup
network: Initialize primary and VPN connections on startup
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2016-09-30 11:50 UTC by Florian Müllner
Modified: 2016-09-30 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
network: Initialize primary and VPN connections on startup (1.17 KB, patch)
2016-09-30 11:50 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2016-09-30 11:50:27 UTC
See patch.
Comment 1 Florian Müllner 2016-09-30 11:50:32 UTC
Created attachment 336661 [details] [review]
network: Initialize primary and VPN connections on startup

We only connect to the corresponding property notifications after both
Client and RemoteSettings are ready, so we may miss the initial signal
emission. Make sure to pick up the connections in this case to fix the
network indicator not showing up.
Comment 2 Rui Matos 2016-09-30 11:57:09 UTC
Review of attachment 336661 [details] [review]:

looks correct
Comment 3 Florian Müllner 2016-09-30 12:04:53 UTC
Attachment 336661 [details] pushed as d0bab1f - network: Initialize primary and VPN connections on startup