Package Details: dropbox 220.4.4126-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: 2378
Popularity: 1.61
First Submitted: 2009-01-22 14:21 (UTC)
Last Updated: 2025-03-26 08:13 (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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 97 Next › Last »

rabarrett commented on 2017-09-24 15:00 (UTC)

Hi yan. I managed to manually remove and reinstall knewstuff. I'm still having a problem with dropbox. It complains about the integrity check. AUR Packages (1) dropbox-35.4.20-1 :: Proceed with installation? [Y/n] y :: Retrieving package(s)... :: dropbox build files are up-to-date -- skipping :: Checking dropbox integrity... ==> Making package: dropbox 35.4.20-1 (Sun Sep 24 09:53:46 CDT 2017) ==> Retrieving sources... -> Found dropbox.png -> Found dropbox.desktop -> Found terms.txt -> Found dropbox.service -> Found dropbox@.service -> Found dropbox-lnx.x86_64-35.4.20.tar.gz ==> Validating source files with sha256sums... dropbox.png ... Passed dropbox.desktop ... Passed terms.txt ... Passed dropbox.service ... Passed dropbox@.service ... Passed ==> Validating source_x86_64 files with sha256sums... dropbox-lnx.x86_64-35.4.20.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! :: failed to verify dropbox integrity

yan12125 commented on 2017-09-24 14:20 (UTC)

As knewstuff itself doesn't work, it's not a dropbox issue but a knewstuff one. Mailing lists, IRC channels or forums are better places for this problem.

yan12125 commented on 2017-09-24 11:05 (UTC)

@rabarrett: Most likely knewstuff isn't installed correctly. Try reinstalling it.

yan12125 commented on 2017-08-23 05:47 (UTC)

@Kozmik: Thanks! I added it to optional dependencies.

Kozmik commented on 2017-08-23 03:30 (UTC)

xdg-utils should probably be added as a dependency, as without it Dropbox won't open my browser to let me log in unless I set the BROWSER environment variable manually.

yan12125 commented on 2017-08-19 18:15 (UTC)

@coxackie: I can confirm the same issue on LXQt - seems a dropbox bug. A workaround is rename the startup file in ~/.config/autostart/ from dropbox.desktop to something else. Technically, dropbox checks a preference item `startupitem` when it's started, and ~/.config/autostart/dropbox.desktop is deleted if `startupitem` is not set.

coxackie commented on 2017-08-16 16:42 (UTC)

I am experiencing a weird bug with Dropbox v32.4.23 on Gnome. I add dropbox.desktop to ~/.config/autostart/ in order to get it to autostart (either via Gnome Tweak Tool or manually copying it from /usr/share/applications). Whenever I start Dropbox, it deletes the dropbox.desktop file from ~/.config/autostart/. I have also noticed that the option "Start Dropbox on system startup" from Dropbox preferences is always unticked when Dropbox starts, even if I have enabled it previously. Potentially this is to blame? Anyone else experiencing this?

yan12125 commented on 2017-08-04 16:27 (UTC) (edited on 2017-08-04 19:23 (UTC) by yan12125)

https://www.dropbox.com/download?plat=lnx.x86_64 points to 31.4.24 yesterday, yet it changed back to 30.4.23 this morning. I believe that's because 31.4.24 has big problems on Windows [1]. I synced my files on several Arch boxes with 31.4.24 today and see no issues, so I decide to stay with 31.4.24. If you got problems with 31.4.24 while 30.4.23 is fine, please tell me and I'll downgrade this package. Update: Dropbox just releases 31.4.25 and https://www.dropbox.com/download?plat=lnx.x86_64 points to this version. I guess they've fixed the problem. [1] https://www.dropboxforum.com/t5/Desktop-client-builds/Stable-Build-31-4-24/m-p/235160#M4184