summaryrefslogtreecommitdiff
path: root/caja-dropbox.in
AgeCommit message (Collapse)AuthorFilesLines
2019-01-09Unlink files that are going to be replaced by the unpackRaphael Hertzog1-0/+3
Without this, the unpack will fail with ETXTBUSY on some files which are being executed. https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/818014 origin commit: https://github.com/dropbox/nautilus-dropbox/commit/209542f https://github.com/dropbox/nautilus-dropbox/pull/59
2019-01-09Validate that Dropbox runs after downloading itSamer Masterson1-0/+35
Validate that Dropbox can run by running `dropboxd /testrun 0`. Show an error message that points users to the system requirements help page if it won't run. origin commit: https://github.com/dropbox/nautilus-dropbox/commit/ff410cd
2019-01-09Use python-gpg instead of python-gpgmeSamer Masterson1-12/+32
...if it's installed origin commit: https://github.com/dropbox/nautilus-dropbox/commit/e936720 https://github.com/dropbox/nautilus-dropbox/issues/51
2019-01-09Explicitly load using python2 interpreterVictor Marinsky1-1/+1
Prevents dropbox startup crash on systems where 'python' is a link to 'python3' origin commit: https://github.com/dropbox/nautilus-dropbox/commit/69e931b https://github.com/dropbox/nautilus-dropbox/pull/45
2019-01-09Refer to .dropbox-dist in only one placeaidanhs1-1/+1
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/f88f70e https://github.com/dropbox/nautilus-dropbox/pull/36
2019-01-09fixed 'exclude command raise UnicodeDecodeError'Jeffrey Teo1-5/+6
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/bd8caf8 https://github.com/dropbox/nautilus-dropbox/issues/28
2019-01-09Display link url on statusname1-0/+1
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/5c27e7a https://github.com/dropbox/nautilus-dropbox/pull/20
2019-01-09Update dropbox.py with shmodel, proxy, and throttle features.name1-2/+149
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/103743d
2014-07-17Merge pull request #15 from glensc/autostartStefano Karapetsas1-0/+3
setup autostart file after install
2014-07-17Merge pull request #14 from glensc/dl-fixesStefano Karapetsas1-101/+129
update download code from nautilus-dropbox-1.6.2
2014-04-22init self.task to NoneElan Ruusamäe1-0/+1
merged changes from nautilus-dropbox 1.6.1 to 1.6.2 this bug happens when you try to press cancel on first dialog
2014-04-06setup autostart file after installElan Ruusamäe1-0/+3
this is supposedly done originally by ~/.dropbox-dist/dropbox, but as it doesn't recognize MATE, do the autostart file after download ps: the autostart file can be done if you toggle 'do not show this dialog' message twice in dialog which appears before download start
2014-04-06merge download changes from nautilus-dropbox-1.6.1/dropbox.inElan Ruusamäe1-101/+128
http://linux.dropbox.com/packages/nautilus-dropbox-1.6.1.tar.bz2
2014-03-25more renamesElan Ruusamäe1-2/+2
this time desktop file path which is used to setup/remove autostart
2013-02-19Fix files conflict with gnome-dropbox.hillwood1-0/+1362