~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to bin/ubuntuone-launch

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-01-07 10:36:49 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20110107103649-wy7te58dl47kwfgs
Tags: 1.5.2-0ubuntu1
* New upstream release.
  - ImportError: No module named tools (LP: #692566)
  - Preferences doesn't display info properly (LP: #657850)
  - Ubuntu One crashes in scan() (LP: #692496)A
  - Provide a specific login D-Bus service (LP: #697211)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
This script decides whether to start and connect syncdaemon.
24
24
 
25
25
 * If you've never used Ubuntu One file sync, or if you've disabled
26
 
   file sync via ubuntuone-preferences (or equivalently via setting
 
26
   file sync via Ubuntu One control panel (or equivalently via setting
27
27
   files_sync_enabled to False in the syncdaemon configuration file),
28
28
   syncdaemon is not started, and nothing happens as a result of this
29
29
   script being run.
53
53
import glib
54
54
import gobject
55
55
from dbus.mainloop.glib import DBusGMainLoop
56
 
from ubuntuone.syncdaemon.tools import SyncDaemonTool, is_running
 
56
from ubuntuone.platform.tools import SyncDaemonTool, is_running
57
57
from ubuntuone.clientdefs import APP_NAME as SD_APP_NAME
58
58
from ubuntu_sso.main import SSOCredentials
59
59
from twisted.internet import defer