Merge lp://staging/~chipaca/ubuntuone-client/connect-on-startup-maybe into lp://staging/ubuntuone-client
Proposed by
John Lenton
Status: | Merged |
---|---|
Approved by: | dobey |
Approved revision: | 467 |
Merged at revision: | not available |
Proposed branch: | lp://staging/~chipaca/ubuntuone-client/connect-on-startup-maybe |
Merge into: | lp://staging/ubuntuone-client |
Diff against target: |
151 lines (+98/-0) 5 files modified
Makefile.am (+1/-0) bin/ubuntuone-launch (+78/-0) data/Makefile.am (+6/-0) data/oauth_registration.d/ubuntuone (+6/-0) data/ubuntuone-launch.desktop.in (+7/-0) |
To merge this branch: | bzr merge lp://staging/~chipaca/ubuntuone-client/connect-on-startup-maybe |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
dobey (community) | Approve | ||
Joshua Hoover (community) | ran branch and verified functionality | Approve | |
Review via email: mp+22542@code.staging.launchpad.net |
Commit message
Add autostart wrapper for Ubuntu One start-up on log-in
Description of the change
This adds ubuntuone-launch, the fabled, mythical, connect-
To post a comment you must log in.
Personally, I would avoid using twisted here, as there's no need for it. The glib main loop would suffice.
However, given that the script is poking at the keyring, you should also add the necessary bits to the data files, so that it gets added to the keyring acl when a token is gotten, to avoid popping up the keyring access when the user logs in. But once the keyring acls data is updated here, I'll approve. :)