indicator-ubuntuone is an indicator displaying current Ubuntu One synchronization state.
This indicator provides the overview of Ubuntu One synchronization state.
Package can be installed from Roman's personal ppa:rye/ubuntuone-extras as indicator-ubuntuone
https://launchpad.net/~rye/+archive/ubuntuone-extras
This project is not officially a part of Ubuntu One.
Implementation
Ubuntu One Indicator uses Indicator framework for applications. It sits as a separate entry in the indicator panel since there is no indicator class that could house it. It talks to syncdaemon and listens for its signals via DBus and talks to web API directly to get quota usage information.
Features
Shows when syncdaemon is offline, idle, synchronizing or having some error condition. This is reflected by the icons in the indicator. Shows current state name, metadata queue length and content queue lenght. Attempts to calculate ETA for metadata queue. Shows current quota usage. Has a disconnect/connect menu entry that asks syncdaemon to perform these actions. Upon receiving the notification about a published file it will add the entry to 'Recently Published Files' menu. Clicking on the menu entry will copy the public URL to the clipboard (this is virtually non-discoverable unless you read this line).
Product's homepage
What's New in This Release: [ read full changelog ]
· Quitting Ubuntu One with u1sdtool will not cause syncdaemon to restart (workaround for LP:978934)
· Sometimes the callback for time estimation was called more than once per second (LP:986036)