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.54
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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 96 Next › Last »

StatelessCat commented on 2015-02-21 22:44 (UTC)

Hey, any way to got dropbox system tray indicator in plasma 5 without the ugly wmsystemtray ? I have seen in the article of Martin Graesslin ( http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/ ), is it possible to package Dropbox with Qt5.4 wich support Status Notifier instead of XEmbed ? I understand that you do not have access to sources of Dropbox, but maybe you can do something :)

trapangle commented on 2015-02-21 12:00 (UTC)

Can't get it to work anymore. I removed any dropbox file from my whole system (64 bits - XFCE) and reinstalled this package and thunar-dropbox from the AUR. When I start it using applications menu, or "dropbox" in command line, or /opt/dropbox/dropbox, or /opt/dropbox/dropboxd, the process starts without any error, but no icon in the notification area (I checked it's not set to "hidden"), no window opens (not sure if that's supposed to happen) and the files are not synchronized.

thiagowfx commented on 2015-02-14 04:08 (UTC)

mtorromeo, I think what you said makes sense, dropbox-cli is the package which should be updated. I suggested an edit to it in its page.

aaronjameslang commented on 2015-02-13 12:44 (UTC)

I think it's reasonable for the dropbox package to have a command `dropbox`, and the dropbox-cli package to have a command called `dropbox-cli`. If users disagree they can symlink/alias to their heart's content, but the default names should be as least-surprising as possible. Looking at the dropbox-cli page, a similar solution has been suggested there.

mtorromeo commented on 2015-02-13 08:06 (UTC)

I don't use dropbox-cli so I missed the conflict. The dropbox "source" always provided both "dropbox" and "dropboxd" binaries but I decided to link only dropboxd to /usr/bin since it was the wrapper necessary to make it work. Now "dropboxd" has become useless and I changed the link. I am fine removing the link altogether, so that you would have to launch it by /opt/dropbox/dropbox or with the provided desktop file. What do you think about this?

cfr42 commented on 2015-02-12 22:41 (UTC)

This isn't a conflict with itself but, as thiagowfx says, with dropbox-cli. It would be good to know if the change made in the PKGBUILD here reflects a change in dropbox or not, and whether there is an alternative way of getting the functionality currently provided by dropbox-cli. I'm not clear whether it is simply a case of dropbox-cli being out of date (either the package or upstream), or whether it is a problem with changes made to the packaging of dropbox. Whereas previously, dropbox sym linked using /usr/bin/dropboxd, now it is using /usr/bin/dropbox which, of course, conflicts with dropbox-cli.

tancrackers commented on 2015-02-12 16:28 (UTC)

The tray icon works with dropboxd and with the systemd service, both using KDE. Major props!

thiagowfx commented on 2015-02-12 15:40 (UTC)

This conflicts with the dropbox-cli package now.

vendion commented on 2015-02-12 12:45 (UTC)

For some reason dropbox seems to conflict with itself, I got this when trying to upgrade: aura >>= Building `dropbox`... loading packages... resolving dependencies... looking for conflicting packages... Packages (1) dropbox-3.2.6-2 Total Installed Size: 125.03 MiB Net Upgrade Size: 0.00 MiB :: Proceed with installation? [Y/n] (1/1) checking package integrity [-----------------------------------------------------------------------------------] 100% (1/1) loading package files [-----------------------------------------------------------------------------------] 100% (1/1) checking for file conflicts [-----------------------------------------------------------------------------------] 100% error: failed to commit transaction (conflicting files) dropbox: /usr/bin/dropbox exists in filesystem Errors occurred, no packages were upgraded. Do I need to uninstall and reinstall the dropbox package?