Package Details: dropbox 211.4.6008-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: 2.44
First Submitted: 2009-01-22 14:21 (UTC)
Last Updated: 2024-10-30 08:51 (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 .. 54 55 56 57 58 59 60 61 62 63 64 .. 96 Next › Last »

orschiro commented on 2014-01-01 07:11 (UTC)

@xgdgsc https://wiki.archlinux.org/index.php/Dropbox#Hack_to_stop_Auto_Update

xgdgsc commented on 2014-01-01 02:10 (UTC)

The package version is now at 2.4.8 on my machine. But why the dropbox client is already at 2.4.10? Does dropbox automatically update itself now?

rafaelff commented on 2013-12-30 19:08 (UTC)

I set the binary 'dropboxd' in my startup aplication list, so dropbox will always start when I login. That's my suggestion.

orschiro commented on 2013-12-30 19:05 (UTC)

@timofonic What happens if you simply start "dropboxd &"?

timofonic commented on 2013-12-30 16:11 (UTC)

I did... systemctl enable dropbox@timofonic systemctl start dropbox@timofonic Dec 30 17:01:43 timostation systemd[1]: dropbox@timofonic.service: main process exited, code=exited, status=255/n/a Dec 30 17:01:43 timostation systemd[1]: Unit dropbox@timofonic.service entered failed state. Dec 30 17:01:43 timostation systemd[1]: dropbox@timofonic.service holdoff time over, scheduling restart. Dec 30 17:01:43 timostation systemd[1]: Stopping Dropbox... Dec 30 17:01:43 timostation systemd[1]: Starting Dropbox... Dec 30 17:01:43 timostation systemd[1]: dropbox@timofonic.service start request repeated too quickly, refusing to start. Dec 30 17:01:43 timostation systemd[1]: Failed to start Dropbox. Dec 30 17:01:43 timostation systemd[1]: Unit dropbox@timofonic.service entered failed state. I installed dropbox-cli, but not sure about what to do. I did "dropbox start" and says... % dropbox start To link this computer to a dropbox account, visit the following url: https://www.dropbox.com/cli_link?host_id=censored Despite I do this and dropbox.com says it's correctly linked, the message still persists. I feel being a n00b :P

balwierz commented on 2013-12-30 13:39 (UTC)

/usr/lib/systemd/system/dropbox@.service

aligator commented on 2013-12-30 13:24 (UTC)

simply start the program "dropboxd" there is no .service...

timofonic commented on 2013-12-30 13:09 (UTC)

@dengzxf I agree! Where's the dropbox.service located at? I did "systemctl start dropbox" but nothing happened :(