Package: nautilus-dropbox / 2015.10.28-1

Metadata

Package Version Patches format
nautilus-dropbox 2015.10.28-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
unlink before extract.patch | (download)

dropbox.in | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 unlink files that are going to be replaced by the unpack
 Without this, the unpack will fail with ETXTBUSY on some files which are
 being executed.
do not hardcode dropboxd path.patch | (download)

dropbox.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use dropboxd_path instead of hardcoding ~/.dropbox-dist/dropboxd
dropbox update.patch | (download)

dropbox.in | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 add a new "dropbox update" command
 This command forces a new download and installation of the dropbox binary
 files.
display error string when download failed.patch | (download)

dropbox.in | 32 24 + 8 - 0 !
1 file changed, 24 insertions(+), 8 deletions(-)

 give more info about download failures
 When you have to diagnose download failures, you need some basic
 information about the user's configuration. Print those
 information in the error message.
add http proxy option.patch | (download)

dropbox.in | 16 15 + 1 - 0 !
1 file changed, 15 insertions(+), 1 deletion(-)

 add command-line option to set the http proxy
 This option will be used to properly fix the the Debian bug
 #651065.
fix gdk threads init crash.patch | (download)

dropbox.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix gdk_threads_init crash
Bug-Debian: http://bugs.debian.org/763724
non interactive update.patch | (download)

dropbox.in | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 ensure console variant of dropbox update is non-interactive
 This is because "dropbox update" is called from the postinst
 of the package and we don't want any interactivity there.
 .
 This is a Debian specific patch and probably should not be forwarded.
use dpkg to select platform.patch | (download)

dropbox.in | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 use dpkg to identify the architecture to use
 The upstream check is not reliable because if you run i386
 with a 64 bit kernel, you download the wrong binaries.
 .
 This patch is Debian specific since it relies on dpkg and thus can't be
 upstreamed.