Package Details: dropbox 214.4.5217-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: 2.03
First Submitted: 2009-01-22 14:21 (UTC)
Last Updated: 2025-01-02 23:31 (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 .. 88 89 90 91 92 93 94 95 96 Next › Last »

pherms commented on 2011-04-03 16:36 (UTC)

Do you mind adding the following line to your .desktop file? Otherwise KDE waits till timeout for a window to open when dropbox starts. StartupNotify=false

mtorromeo commented on 2011-03-31 14:10 (UTC)

Yes but it tries to modify it at runtime, not at install time. It also asks you for your root credentials, and you shouldn't give them if you don't want dropbox to mess with your system. Anyway this is not a problem of the PKGBUILD, if this is an issue for you file a bug report upstream.

Mustard commented on 2011-03-31 14:06 (UTC)

UUID=59a0dd41-ffbb-4894-b0aa-11ef9a2941d2 / ext4 defaults 0 1 # Commented out by Dropbox # UUID=88fb7f02-7cbf-484b-8141-dedb65252634 /home ext4 defaults 0 1 UUID=959469a5-5045-41cc-915f-dc2b40c15005 swap swap defaults 0 0 UUID=f0886666-c374-41e7-8912-7667c7877b8a /boot ext2 defaults 0 1 UUID=88fb7f02-7cbf-484b-8141-dedb65252634 /home ext4 defaults,user_xattr 0 1 I would say that's pretty conclusive proof that it modifies /etc/fstab for me anyway. :)

<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)