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 790286 - Make sync aware of network connectivity
Make sync aware of network connectivity
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Sync
3.26.x
Other Linux
: Normal normal
: ---
Assigned To: Gabriel Ivașcu
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-13 11:44 UTC by Sergio Villar
Modified: 2017-12-10 12:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sync: Return early if there is no network connectivity (2.37 KB, patch)
2017-11-14 18:09 UTC, Gabriel Ivașcu
committed Details | Review

Description Sergio Villar 2017-11-13 11:44:16 UTC
The sync service is not aware of the network connectivity status and thus it shows a lot of certificate verification messages when network is down.
Comment 1 Michael Catanzaro 2017-11-13 12:24:25 UTC
It could use GNetworkMonitor to only attempt to sync when the network is up.
Comment 2 Gabriel Ivașcu 2017-11-14 18:09:42 UTC
Created attachment 363632 [details] [review]
sync: Return early if there is no network connectivity
Comment 3 Michael Catanzaro 2017-11-14 19:31:22 UTC
Review of attachment 363632 [details] [review]:

OK
Comment 4 Gabriel Ivașcu 2017-11-14 20:52:03 UTC
Attachment 363632 [details] pushed as 79e042c - sync: Return early if there is no network connectivity