Comment 1 for bug 485824

Revision history for this message
Guillermo Gonzalez (verterok) wrote :

Hi,

Thanks for reporting this!

The oauthdesktop service is implemented, but the .service file should point to a launcher script, e.g:

#!/usr/bin/env python
from ubuntuone.oauthdesktop import main

if __name__ == '__main__':
    main.main()