diff options
author | Elan Ruusamäe <[email protected]> | 2014-03-25 21:49:12 +0000 |
---|---|---|
committer | Elan Ruusamäe <[email protected]> | 2014-03-25 21:49:12 +0000 |
commit | b08df291eb253ba9ee5a3ddab7718d8d25d6ff2f (patch) | |
tree | 752cf27de2e044d1da664e8798c40c0c002e7738 /caja-dropbox.in | |
parent | c145cd0cc756ee91ec7de6283ee61aff6b120a82 (diff) | |
download | caja-dropbox-b08df291eb253ba9ee5a3ddab7718d8d25d6ff2f.tar.bz2 caja-dropbox-b08df291eb253ba9ee5a3ddab7718d8d25d6ff2f.tar.xz |
more renames
this time desktop file path which is used to setup/remove autostart
Diffstat (limited to 'caja-dropbox.in')
-rwxr-xr-x | caja-dropbox.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/caja-dropbox.in b/caja-dropbox.in index abf7e82..7b2c3b9 100755 --- a/caja-dropbox.in +++ b/caja-dropbox.in @@ -56,7 +56,7 @@ UNPACKING = u"Unpacking Dropbox... %d%%" PARENT_DIR = os.path.expanduser("~") DROPBOXD_PATH = "%s/.dropbox-dist/dropboxd" % PARENT_DIR -DESKTOP_FILE = u"@DESKTOP_FILE_DIR@/dropbox.desktop" +DESKTOP_FILE = u"@DESKTOP_FILE_DIR@/caja-dropbox.desktop" enc = locale.getpreferredencoding() @@ -1252,7 +1252,7 @@ def reroll_autostart(should_autostart): # UBUNTU if u".config" in contents: autostart_dir = os.path.join(home_dir, u".config", u"autostart") - autostart_link = os.path.join(autostart_dir, u"dropbox.desktop") + autostart_link = os.path.join(autostart_dir, u"caja-dropbox.desktop") if should_autostart: if os.path.exists(DESKTOP_FILE): if not os.path.exists(autostart_dir): |