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: 2375
Popularity: 1.94
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 2 3 4 5 6 7 8 9 10 .. 96 Next › Last »

rellieberman commented on 2023-07-04 06:51 (UTC) (edited on 2023-07-04 06:53 (UTC) by rellieberman)

Hi and thanks for this package maintenance

upon updating to the latest version I am getting the following error during build

makepkg -sic

...

Retrieving sources... -> Found DropboxGlyph_Blue.svg ==> ERROR: terms.txt was not found in the build directory and is not a URL.

what should I do? Thanks again!

gothicVI commented on 2023-05-21 08:29 (UTC)

@rcrath what python version are you running? If it's 3.11, did you rebuild all aur packages after upgrading?

xavierbaez commented on 2023-05-21 02:00 (UTC)

I use Python 3.11.3 and didn’t run into that issue

rcrath commented on 2023-05-20 22:52 (UTC) (edited on 2023-05-20 23:07 (UTC) by rcrath)

I am having a problem where dropbox 173.4.6706-1 gets stuck on "starting". If I run it from the command line, the place it gets stuck is on dropbox: load fq extension '/opt/dropbox/PyQt5.QtDBus.so'.

extra/python-pyqt5 -> 5.15.9-1 contains:

/usr/lib/python3.10/site-packages/PyQt5/QtDBus.abi3.so /usr/lib/python3.10/site-packages/PyQt5/QtDBus.pyi

Is the problem with dropbox being built against python 3.10? Anyone else having this issue? I tried downgrading to dropbox snapshot from march 30 but that failed too, so my guess is that the problem is not in dropbox, but I don't know how to figure out what is needed to get it to work again.

xavierbaez commented on 2023-03-05 04:52 (UTC)

@ipaqmaster I have seen that error before It goes away when I delete this folder ~/.cache/yay/dropbox

ipaqmaster commented on 2023-03-05 04:41 (UTC)

This package throws an error when it sees dropbox.desktop: dropbox.desktop already exists. Use -f as the first argument to overwrite it.

This makes makepkg throw custom exit code 4 for Error in user-supplied function in PKGBUILD.

Wouldn't it make more sense to worry about the package "already being built" in the build step and let makepkg throw its own exit code 13 for A package has already been built.? (Which also allows -f for override!)

PolarianDev commented on 2023-03-03 21:16 (UTC)

I assume this can not be merged into the community repository due to dropbox EULA?

servimo commented on 2023-02-23 14:14 (UTC) (edited on 2023-02-23 14:53 (UTC) by servimo)

I think I have this version installed (163.4.5456), but when I open preferences it show me is version 168.4.4802. I uninstalled. Now I am using .dropbox-dist, that you can download from the dropbox site.

servimo commented on 2023-02-23 09:52 (UTC) (edited on 2023-02-23 09:53 (UTC) by servimo)

@xavierbaez I am trying to modify the PKGBUILD and not get any success. There is a flatpak for it.