caja-dropbox: fix python dependency

This commit is contained in:
Alex Rice
2019-06-06 10:09:36 +01:00
parent 547466064e
commit c740e2a663
2 changed files with 36 additions and 7 deletions
@@ -0,0 +1,11 @@
--- a/caja-dropbox.in
+++ b/caja-dropbox.in
@@ -70,7 +70,7 @@ DOWNLOADING = "Downloading Dropbox... %d%%"
UNPACKING = "Unpacking Dropbox... %d%%"
PARENT_DIR = os.path.expanduser("~")
-DROPBOXD_PATH = "%s/.dropbox-dist/dropboxd" % PARENT_DIR
+DROPBOXD_PATH = "@dropboxd@"
DESKTOP_FILE = "@DESKTOP_FILE_DIR@/caja-dropbox.desktop"
enc = locale.getpreferredencoding()