Package Details: dropbox 200.4.7134-1

Git Clone URL: https://aur.archlinux.org/dropbox.git (read-only, click to copy)
Package Base: dropbox
Description: A free service that lets you bring your photos, docs, and videos anywhere and share them easily.
Upstream URL: https://www.dropbox.com
Licenses: custom
Submitter: mtorromeo
Maintainer: mtorromeo
Last Packager: mtorromeo
Votes: 2374
Popularity: 0.88
First Submitted: 2009-01-22 14:21 (UTC)
Last Updated: 2024-05-30 13:05 (UTC)

Pinned Comments

yan12125 commented on 2019-01-05 16:39 (UTC) (edited on 2019-02-27 08:11 (UTC) by yan12125)

Run the following command in case you got errors during "Verifying source file signatures with gpg..."

gpg --recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E

Alternatively, you can download Dropbox's public key from https://linux.dropbox.com/fedora/rpm-public-key.asc and import it with:

gpg --import rpm-public-key.asc

You can check whether keys are successfully imported or not using the output of gpg -k. You should find something like this:

pub   rsa2048 2010-02-11 [SC]
      1C61A2656FB57B7E4DE0F4C1FC918B335044912E
uid           [ unknown] Dropbox Automatic Signing Key <linux@dropbox.com>

yan12125 commented on 2018-08-01 11:41 (UTC) (edited on 2020-01-24 15:13 (UTC) by yan12125)

If you can't run the dropbox@ service normally, try to create a read-only directory ~/.dropbox-dist and run again.

yan12125 commented on 2017-11-06 15:13 (UTC) (edited on 2019-03-18 03:50 (UTC) by yan12125)

Some useful places for issues about Dropbox itself (not the package):

  1. https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016 Official Dropbox user feedback forum

  2. Arch Linux discussion places: https://bbs.archlinux.org/, #archlinux on freenode.net, https://lists.archlinux.org/listinfo/aur-general

Latest Comments

« First ‹ Previous 1 .. 86 87 88 89 90 91 92 93 94 Next › Last »

<deleted-account> commented on 2011-03-21 18:21 (UTC)

@Awebb You are right, the installer modifies /etc/fstab, although it asks you before if you want to "activate advanced features" or something like that, and then asks for the root password.

kjell commented on 2011-03-17 12:38 (UTC)

@Awebb: I backed up my fstab file before install, ran diff and I didn't find any changes.

<deleted-account> commented on 2011-03-14 00:38 (UTC)

Is there a reason why only dropboxd is linked to /usr/bin and not dropbox?

jokerboy commented on 2011-03-09 07:04 (UTC)

mtorromeo commented on 2011-03-08 16:02 (UTC)

@Awebb: I also don't have any problem. Dropbox shouldn't be able to edit /etc/fstab anyway, unless you run it from root.

sschober commented on 2011-03-08 12:39 (UTC)

@Awebb: No problem here. Inspecting the package i don't see where the change to /etc/fstab is supposed to happen...

Awebb commented on 2011-03-05 10:32 (UTC)

Make sure you backup your /etc/fstab before installing this package. The installer will comment out your "/home" line, copy it to a new line and add ",user_xattr". I wouldn't have noticed, but it also adds the line "# Commented out by Dropbox". The changes are relevant for DB to work properly and they don't do any harm, but I don't appreciate messing with my system files without informing me about that. Maybe you should consider creating a .install file to tell the user what happened.