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 .. 36 37 38 39 40 41 42 43 44 45 46 .. 96 Next › Last »

abmantis commented on 2015-01-11 21:12 (UTC)

@untitaker oh right! I missed that! Sorry and thanks.

untitaker commented on 2015-01-11 18:03 (UTC)

@abmantis: The links on https://www.dropbox.com/install?os=lnx redirect to this.

abmantis commented on 2015-01-10 01:38 (UTC)

This is pointing to an user's dropbox folder and not to the official dropbox package. Is it safe?

michaelsproul commented on 2015-01-07 02:47 (UTC)

@blackout: Nor in XFCE 4.10

blackout commented on 2015-01-06 12:25 (UTC)

Since 3.x there is no visible icon in the bottom bar in gnome

entodoays commented on 2014-12-27 07:42 (UTC)

Yesterday I connected my laptop to an HDMI TV and the Dropbox icon just appeared. However it was overlapping another adjacent icon. There seems to be a problem with positioning.

gourdcaptain commented on 2014-12-26 02:51 (UTC)

Interestingly, it works for me under the linux-lts (3.14) kernel with the open-source radeon drivers, but not on 3.18. This is WEIRD.

Ayceman commented on 2014-12-23 17:04 (UTC)

Note: If you have set QT_STYLE_OVERRIDE to gtk in Xfce/others, you'll need to modify the launcher/startup command to: 'env -u QT_STYLE_OVERRIDE dropboxd'

lucacerone commented on 2014-12-21 14:28 (UTC)

Thanks JB26. I find the workaround in the comments make sense cgirard.

JB26 commented on 2014-12-20 01:57 (UTC)

The missing trayicon seems to be a bug in qt5: https://bugreports.qt-project.org/browse/QTBUG-31762 I also found a workaround for the missing icon, try starting dropbox with strace: strace dropboxd &> /dev/zero I have no idea why that is working. It seems to be driver related: nvidia-340xx --> icon working out of the box nouveau & intel --> icon not working "strace dropboxd" works for both nouveau & intel.