summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcaja-dropbox.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/caja-dropbox.in b/caja-dropbox.in
index abf7e82..054470c 100755
--- a/caja-dropbox.in
+++ b/caja-dropbox.in
@@ -1233,6 +1233,9 @@ options:
if GUI_AVAILABLE:
start_dropbox()
console_print(u"Done!")
+
+ # downloaded dropbox doesn't create autostart file, do it ourselves
+ reroll_autostart(True)
else:
if start_dropbox():
if not grab_link_url_if_necessary():