diff options
author | Elan Ruusamäe <[email protected]> | 2014-04-06 12:21:15 +0000 |
---|---|---|
committer | Elan Ruusamäe <[email protected]> | 2014-04-06 12:21:15 +0000 |
commit | f4b12c2a14930d982a46cd0590bf79e65af1d7f9 (patch) | |
tree | 206bd4d8637966663fb44aaf832639b1282e071f /caja-dropbox.in | |
parent | d6dfbdf4d3989ec215b2265031c1998dc157a204 (diff) | |
download | caja-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
Diffstat (limited to 'caja-dropbox.in')
-rwxr-xr-x | caja-dropbox.in | 3 |
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(): |