sync monitor reports error on boot when no network
Bug #1384707 reported by
Bill Filler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sync-monitor |
Fix Released
|
High
|
Renato Araujo Oliveira Filho | ||
address-book-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
sync-monitor (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
if you have google contacts setup for sync, it will start before the network connection sometimes and upon reboot displays a a sync failed message.
The service should check network connectivity and only attempt to sync when on wifi (and add a switch for 3g later).
Related branches
lp://staging/~renatofilho/sync-monitor/start-after-unity8
- Bill Filler (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 354 lines (+84/-66)14 files modifiedCMakeLists.txt (+1/-2)
Ubuntu/SyncMonitor/syncmonitor-qml.cpp (+2/-0)
data/CMakeLists.txt (+0/-8)
data/com.canonical.SyncMonitor.service.in (+0/-3)
debian/sync-monitor.install (+0/-1)
src/eds-helper.cpp (+40/-31)
src/eds-helper.h (+1/-0)
src/sync-daemon.cpp (+14/-3)
src/sync-daemon.h (+2/-0)
src/sync-dbus.cpp (+14/-1)
src/sync-dbus.h (+7/-0)
tests/unittest/eds-helper-mock.h (+3/-1)
upstart/CMakeLists.txt (+0/-7)
upstart/sync-monitor.conf.in (+0/-9)
lp://staging/~renatofilho/sync-monitor/check-network
- Bill Filler (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 837 lines (+338/-74)13 files modifiedCMakeLists.txt (+1/-0)
src/CMakeLists.txt (+4/-2)
src/eds-helper.cpp (+9/-4)
src/eds-helper.h (+1/-1)
src/sync-account.cpp (+11/-3)
src/sync-account.h (+1/-2)
src/sync-daemon.cpp (+155/-54)
src/sync-daemon.h (+10/-2)
src/sync-dbus.cpp (+14/-2)
src/sync-network.cpp (+51/-0)
src/sync-network.h (+48/-0)
src/sync-queue.cpp (+29/-4)
src/sync-queue.h (+4/-0)
lp://staging/~renatofilho/address-book-app/fix-1384707
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 29 lines (+9/-2)1 file modifiedsrc/app/addressbookapp.cpp (+9/-2)
- Bill Filler (community): Approve
-
Diff: 29 lines (+9/-2)1 file modifiedsrc/app/addressbookapp.cpp (+9/-2)
Changed in sync-monitor: | |
importance: | Undecided → High |
assignee: | nobody → Renato Araujo Oliveira Filho (renatofilho) |
tags: | added: rtm14 |
Changed in sync-monitor: | |
status: | New → In Progress |
tags: | added: touch-2014-10-30 |
Changed in sync-monitor: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
This bug was fixed in the package sync-monitor - 0.1+15. 04.20141106. 1~rtm-0ubuntu1
--------------- 04.20141106. 1~rtm-0ubuntu1) 14.09; urgency=low
sync-monitor (0.1+15.
[ Ubuntu daily release ]
* New rebuild forced
[ Renato Araujo Oliveira Filho ]
* Check for network connection before sync. Append sync request to run
later if no network. (LP: #1380094)
* Do not start sync monitor with upstart. The sync monitor will be
started by the dbus service only when requested by apps. (LP:
#1384707)
-- Ubuntu daily release <email address hidden> Thu, 06 Nov 2014 14:17:13 +0000