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: 1.04
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 96 Next › Last »

Kunda commented on 2020-09-19 04:05 (UTC)

Building dropbox...
==> Making package: dropbox 105.4.651-1 (Sat 19 Sep 2020 12:02:31 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found DropboxGlyph_Blue.svg
  -> Found terms.txt
  -> Found dropbox.service
  -> Found dropbox@.service
  -> Downloading dropbox-lnx.x86_64-105.4.651.tar.gz...
** Resuming transfer from byte position 101001773
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    49    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 416
==> ERROR: Failure while downloading https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-105.4.651.tar.gz
    Aborting...
Failed to build dropbox
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=20.1
DISTRIB_CODENAME=Mikah
DISTRIB_DESCRIPTION="Manjaro Linux"

gothicVI commented on 2020-09-18 21:09 (UTC)

@idanka: are you using a AUR helper like yay or alike? If so, do not run them as root! Also do import the keys as user not as root.

idanka commented on 2020-09-18 21:05 (UTC)

@ gothicVI I use Manjaro Gnome 20.1 pamac gtk 9.5.10-1/ aur / install dropbox 105 ... / Build error pgp

terminal: sudo -s

gpg --recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E

gpg: keyserver receive failed: General error

downloads rpm-public-key.asc

gpg --import rpm-public-key.asc

gpg: key FC918B335044912E: "Dropbox Automatic Signing Key linux@dropbox.com" not changed gpg: Total number processed: 1 gpg: unchanged: 1

Sry, but aur error output not Englist.

gothicVI commented on 2020-09-18 20:45 (UTC)

@idanka: how are you trying to install? Provide a bit more information.

idanka commented on 2020-09-18 19:57 (UTC)

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

Sry, but not works "ERROR: One or more files did not pass the validity check! Failed to build dropbox"

dolour commented on 2020-09-14 09:39 (UTC)

Tray icon no longer visible since todays update. Otherwise it seems to run fine tho.

albuntu commented on 2020-09-04 17:05 (UTC) (edited on 2020-09-04 17:06 (UTC) by albuntu)

I have (a) problem(s): Although I imported the key via 'sudo gpg --import rpm-public-key.asc' Dropbox will not be installed: ... ==> Überprüfe Signaturen der Quell-Dateien mit gpg... dropbox-lnx.x86_64-104.4.175.tar.gz ... FEHLGESCHLAGEN (Unbekannter öffentlicher Schlüssel FC918B335044912E) ==> FEHLER: Eine oder mehrere PGP-Signaturen konnten nicht überprüft werden! Fehler beim Erstellen von dropbox ... What can I do?

brandon.arnold commented on 2020-08-26 19:23 (UTC)

@wooque I guess the dropbox tray picks up different methods of showing generating the sign in link, then, depending on the environment. For me, it did not work until I installed Qt5, and qt5-base is one method out of quite a few of doing that. I'm sure GTK is also adequate.

wooque commented on 2020-08-26 07:46 (UTC)

I don't have qt5-base neither and I just successfully signed in my account

brandon.arnold commented on 2020-08-26 05:29 (UTC) (edited on 2020-08-26 05:29 (UTC) by brandon.arnold)

I recommend adding qt5-base as a dependency. The Sign In dialog doesn't work without Qt5, which I just learned trying to get this package to work in my i3 system tray.