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 2 3 4 5 6 7 8 .. 97 Next › Last »

snackattack commented on 2024-08-31 18:10 (UTC)

Hi, thanks for your work on this package.

Could you please apply the following patch, which solves the dropbox.desktop already exists problem?

--- PKGBUILD    2024-08-31 11:07:18.178793373 -0700
+++ PKGBUILD-240831-patched     2024-08-31 11:01:25.553619893 -0700
@@ -42,7 +42,7 @@
 )

 prepare() {
-  gendesk --pkgname="$pkgname" --pkgdesc="$pkgdesc" --categories=Network PKGBUILD
+  gendesk --pkgname="$pkgname" --pkgdesc="$pkgdesc" --categories=Network -f PKGBUILD
 }

 package() {

rekman commented on 2024-08-30 15:24 (UTC) (edited on 2024-08-30 15:24 (UTC) by rekman)

can you fix the goddamn dropbox.desktop already exists error already, that is trivial and as the package stands it is basically incompatible with any automated AUR helper

rellieberman commented on 2024-08-12 21:09 (UTC)

Hi and thanks for all the maintenance work! What is the new .nvchecker.toml file for?

username227 commented on 2024-06-11 21:58 (UTC)

@yan12125, wow, you're awesome. thanks! Perhaps this should be added to depends line?

omidfarhang commented on 2024-06-11 20:58 (UTC) (edited on 2024-06-11 21:11 (UTC) by omidfarhang)

I had the "connecting" issue with tray icon too. And I confirm that installing core/dbus-daemon-units instead of core/dbus-broker-units fixed the issue

username227 commented on 2024-06-09 03:26 (UTC)

OK so i am having an issue with this package. While the flatpak package works perfectly, giving lots of options when you right click on the taskbar icon, this package constantly says "connecting" even after you've connected your dropbox account. It must be some sort of dependency issue. Any way to fix?

E3LDDfrK commented on 2024-06-06 17:07 (UTC)

I got an email from dropbox about "You're invited to download the Dropbox desktop app". Is this the same thing?

That email points me to https://www.dropbox.com/install-linux .

Niinu commented on 2024-04-16 18:54 (UTC)

Randomly getting stuck on connecting without any out of the ordinary logs, both during runtime and sometimes even right after starting the app. Is there any workaround?

rellieberman commented on 2024-04-06 21:27 (UTC)

Is there a way to get dropbox to work with dbus-broker? Or is reverting to debs-daemon the only option for now?

crdx commented on 2024-02-03 21:21 (UTC) (edited on 2024-02-03 21:21 (UTC) by crdx)

@bauminao It may not be your issue but I noticed after upgrading to dbus-broker the notification icon menu would always be stuck on "Connecting", even though in the background it was connected. Some kind of incompatibility between Dropbox and dbus-broker. Reverting to dbus-daemon fixed it.