summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <[email protected]>2014-04-06 12:21:15 +0000
committerElan Ruusamäe <[email protected]>2014-04-06 12:21:15 +0000
commitf4b12c2a14930d982a46cd0590bf79e65af1d7f9 (patch)
tree206bd4d8637966663fb44aaf832639b1282e071f
parentd6dfbdf4d3989ec215b2265031c1998dc157a204 (diff)
downloadcaja-dropbox-f4b12c2a14930d982a46cd0590bf79e65af1d7f9.tar.bz2
caja-dropbox-f4b12c2a14930d982a46cd0590bf79e65af1d7f9.tar.xz
setup autostart file after install
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
-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():