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 .. 57 58 59 60 61 62 63 64 65 66 67 .. 96 Next › Last »

donniezazen commented on 2013-11-06 14:11 (UTC)

@mtorromeo Thanks.

mtorromeo commented on 2013-11-06 13:14 (UTC)

@donniezazen, try this before the next update: rm -rf ~/.dropbox-dist install -dm0 ~/.dropbox-dist

orschiro commented on 2013-11-06 10:02 (UTC)

@DullOnion For it opens the Dropbox website in my desired browser. Are you sure that your default browser is correctly set up? For me it is: ~ $ echo $BROWSER chromium

donniezazen commented on 2013-11-06 09:26 (UTC)

@DullOnion It does open file manager for me but not the default one. Instead of opening Dolphin, Dropbox opens Konqueror.

donniezazen commented on 2013-11-06 09:14 (UTC)

@lahwaacz You were right. After upgrading to 2.4.6 and removing ~/.dropbox-dist, Dropbox service and Network Dispatcher service both have started working. I have posted a feature request to provide an option to control auto-update. Please comment to support. [1] https://forums.dropbox.com/topic.php?id=107662

DullOnion commented on 2013-11-06 09:05 (UTC)

Recently launching the dropbox website from the tray icon has ceased to funciton for me. Terminal output shows that the error is "xdg-open: /tmp/file 'foo.html' does not exist." The file is there, but the browser isn't opening.

Manouchehri commented on 2013-11-06 00:13 (UTC)

Until the maintainer updates the package, run this (as one line) to get and install the latest version: wget https://aur.archlinux.org/packages/dr/dropbox/dropbox.tar.gz -O - | tar xz && cd dropbox && patch PKGBUILD <(wget -q -O - http://sprunge.us/CYei) && makepkg -sci

lahwaacz commented on 2013-11-03 13:11 (UTC)

@donniezazen: you'll have to delete ~/.dropbox-dist/ manually once you install dropbox-2.4.5

donniezazen commented on 2013-11-03 12:46 (UTC)

@lahwaacz That makes sense. I saw dropbox was 2.4.4-1 in AUR and my dropbox icon says it's 2.4.5. What do you think once dropbox is updated here will it automatically get fix or if manual intervention is required.