Comment 9 for bug 391230

Revision history for this message
lncoll (luis-coll) wrote :

After a little more intensive testing , yes more than 5 minutes, the changes before are not correct.
The ones that work well for me are this:

luis@negro:~$ diff /usr/bin/ubuntuone-client-applet ./ubuntuone-client-applet.py
419a420,424
> elif status['name'].startswith("WORKING"):
> self.__visibile = True
> self.set_tooltip("Working")
> self.set_from_icon_name("ubuntuone-client")
> # self.set_from_icon_name("ubuntuone-client-onwork")

Now the icon disappears every 30 seconds iddle and returns every file change.
Of course it can be done more complex, to detect Sacanning processes etc. But i think that "simple is best" and detecting working processes is enough.