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: 2374
Popularity: 1.51
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 .. 66 67 68 69 70 71 72 73 74 75 76 .. 96 Next › Last »

burntcookie90 commented on 2013-04-15 18:29 (UTC)

The package source does not download.

florianbw commented on 2013-04-08 15:18 (UTC)

@lcoo: Also consider getting the tray icons to the top: https://extensions.gnome.org/extension/495/topicons/

dhaines commented on 2013-04-05 13:15 (UTC)

@lcoo: they're all in /opt/dropbox/images, AFAICT.

Icoo commented on 2013-04-05 09:36 (UTC)

Anybody knows how to change the GNOME 3 notification bar icon for Dropbox. I just want to make it bigger (like other app icons), as it's nearly 4 times smaller than I normal notification bar icon...I just need the location of the icon used...

dhaines commented on 2013-04-04 13:41 (UTC)

@jk779: That wasn't directed towards anyone in particular, but rather to everyone who uses the package.

<deleted-account> commented on 2013-04-03 22:19 (UTC)

@dhaines please calm down and don't name someones question "stupid shit", thanks.

mtorromeo commented on 2013-03-26 21:20 (UTC)

@dhaines: I'm not opposed to a service file into dropbox since, as you pointed out, this is the AUR and, more importantly, it does not qualify as a modification to the original package, more like an opt-in addition. @HarD: Your suggestion does not really make any sense, but if you have that need you can modify the service file yourself as already suggested. You don't even need to maintain a separate copy of the service file since you can do something like this to inherit from distributed unit: echo ".include /usr/lib/systemd/system/dropbox@.service [Service] ExecStartPre=/usr/bin/sleep 30" > /etc/systemd/system/dropbox@.service systemctl reenable dropbox@USERNAME.service

dhaines commented on 2013-03-26 20:16 (UTC)

Stop asking for stupid shit to be added to the service file. It works at a basic level for all users as-is. If you want to customize it, feel free to do so. It's as simple as copying it to /etc/systemd/system and modifying to your heart's content. See https://wiki.archlinux.org/index.php/Systemd#Writing_custom_.service_files Really, I don't even think that the service file should even be included in the tarball as Arch strives for vanilla packaging, but I realize that as this is the AUR, that rule is often relaxed. This is why I once maintained the separate dropbox-daemon AUR build (and indeed offered up the basic recipe for the modern service file when I disowned it).

HarD commented on 2013-03-26 19:55 (UTC)

@mtorromeo Can you please add sleep... [Service] ExecStartPre=/usr/bin/sleep 30 Environment