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 .. 69 70 71 72 73 74 75 76 77 78 79 .. 96 Next › Last »

Ownaginatious commented on 2013-01-23 10:21 (UTC)

Do desktop notifications simply not work for anyone besides me? I have this installed on two different Arch machines, and neither of them give me desktop notifications when a file change happens (contrary to my settings in preferences). This used to work a long time ago :/

Pikidalto commented on 2013-01-20 20:52 (UTC)

Ok, so GTK is needed, but for what exactly? I've managed to install the generic Dropbox Linux package on several different distros (including Arch) with no GTK present, and it's worked fine...

<deleted-account> commented on 2013-01-17 10:14 (UTC)

@mattalex, From the wiki "A pop-up will notify you that Dropbox is running from an unsupported location. Click on Don't ask again since you know that you have installed it from AUR rather than from the official homepage."

mattalxndr commented on 2013-01-15 17:46 (UTC)

It's giving me "Dropbox is running from an unsupported location. [Don't Ask Again] [Install Dropbox Correctly]"

<deleted-account> commented on 2013-01-15 17:31 (UTC)

Long time Linux end-user, new to Arch/Manjaro (using Manjaro 0.8.3). I was unable to install this dropbox AUR using either packer or yaourt; though I had no trouble with any other AUR installation. What did work flawlesly was following the generic Linux instructions from Dropbox: How to Install Dropbox via command line The Dropbox daemon works fine on all 32-bit and 64-bit Linux servers. To install, run the following command in your Linux terminal. 32-bit: cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf - 64-bit: cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - Next, run the Dropbox daemon from the newly created .dropbox-dist folder. ~/.dropbox-dist/dropboxd If you're running Dropbox on your server for the first time, you'll be asked to copy and paste a link in a working browser to create a new account or add your server to an existing account. Once you do, your Dropbox folder will be created in your home directory. Then simply run: packer -S thunar-dropbox to get all the context-menu controls. Is there some basic assumption that you expect everyone to know (that new users don't), or does this package not work on Manjaro?

luolimao commented on 2013-01-13 22:37 (UTC)

If they weren't necessary, then namcap would say 'dependency [package] is not needed'

luolimao commented on 2013-01-13 22:36 (UTC)

Yes (see output of namcap): https://gist.github.com/4526568 Note the wxgtk and dbus-glib shared libs in /opt/dropbox

Pikidalto commented on 2013-01-13 20:00 (UTC)

Are the gtk and dbus dependencies really necessary? What are they needed for?

<deleted-account> commented on 2013-01-11 20:57 (UTC)

@anonymous_user: Yeah, I have rm -r .dropbox lots of time, the problem seems to be that the initial link screen simply doesn't show up. I'll wait for the next version to come out to try that one, if that doesn't work then I'll probably report a bug. Thanks for the help.