u1sdtool sends unnecessary dbus msgs to syncdaemon
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Client |
Confirmed
|
Undecided
|
Guillermo Gonzalez |
Bug Description
When I was generating data for https:/
What ever message it sends to syncdaemon when called without any argument, it apparently is enough to start it if it is not running or has crashed
Also when trying to get syncdaemon status during its initial rescan the u1sdtool will throw an error (seems like manhandled timeout) after 50s as seen in the enclosed transcript as well.
Don't mind many of the comments in the file they are meant for the other bug report.
Changed in ubuntuone-client: | |
assignee: | Ubuntu One Desktop+ team (ubuntuone-desktop+) → Guillermo Gonzalez (verterok) |
This is the result of:
if not is_running() and not options.quit and not options.start: tool.start( )
d = sync_daemon_
We should check that we really have something to do before starting syncdaemon.