GNOME Bugzilla – Bug 689977
downloader: Error out when network is unavailable
Last modified: 2016-03-31 13:55:48 UTC
Error out and don't attempt to download if network is not reachable.
Created attachment 231147 [details] [review] configure: Require glib-2.0 >= 2.32 With 2.34 being latest stable and 2.32 released in march, this bump shouldn't be an issue for distros.
Created attachment 231148 [details] [review] downloader: Error out when network is unavailable
GNetworkMonitor documentation recommends using g_network_monitor_can_reach() rather than get_network_available
Created attachment 231160 [details] [review] downloader: Error out if server is unreachable
Review of attachment 231147 [details] [review]: ack
Review of attachment 231160 [details] [review]: ack
Attachment 231147 [details] pushed as 82a24aa - configure: Require glib-2.0 >= 2.32 Attachment 231160 [details] pushed as 575b8f1 - downloader: Error out if server is unreachable