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 02f9519..5026ab7 100755
--- a/caja-dropbox.in
+++ b/caja-dropbox.in
@@ -1261,6 +1261,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():