Same bug on Ubuntu 14.04LTS (all sub-versions). Problem lies in the
'dropbox update' which is run during the installation and also will be
run when users start dropbox while it is out-of-date.

In python function 'download_file_chuck' a test is made:
if progress == size: break

which should have been:
if progress >= size: break

because the download chunk sizes will not always add up exactly to the
number of expected bytes (i.e. size).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1016559

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1016559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to