From f4b12c2a14930d982a46cd0590bf79e65af1d7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 6 Apr 2014 12:21:15 +0000 Subject: 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 --- caja-dropbox.in | 3 +++ 1 file changed, 3 insertions(+) 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(): -- cgit v1.2.1