@wfraser, or you could use the known hack to stop Dropbox from updating itself automatically (https://wiki.archlinux.org/index.php/Dropbox#Hack_to_stop_Auto_Update) and update it only through AUR.
Search Criteria
Package Details: dropbox 220.4.4126-1
Package Actions
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: | 2378 |
Popularity: | 1.52 |
First Submitted: | 2009-01-22 14:21 (UTC) |
Last Updated: | 2025-03-26 08:13 (UTC) |
Dependencies (14)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- libsm
- libxcomposite
- libxdamage
- libxmu
- libxrender
- libxslt (libxslt-gitAUR)
- libxxf86vm
- gendesk (make)
- libappindicator-gtk3 (optional) – make tray icons themed under some desktop environments like KDE plasma
- perl-file-mimeinfo (optional) – opening dropbox folder on some desktop environments
- ufw-extras (optional) – ufw rules for dropbox
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for "Launch Dropbox Website" and file manager integration
Required by (9)
Sources (8)
- dropbox.service
- dropbox@.service
- DropboxGlyph_Blue.svg
- https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-205.4.5765.tar.gz
- https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-205.4.5765.tar.gz.asc
- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-220.4.4126.tar.gz
- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-220.4.4126.tar.gz.asc
- terms.txt
Latest Comments
« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 97 Next › Last »
darkvenger commented on 2016-07-12 09:09 (UTC)
wfraser commented on 2016-07-11 21:57 (UTC)
For me at least, the first thing the client does is download a newer version into my home directory, and on subsequent runs, it switches to that version, which then KILLS (literally, with SIGKILL) the one in /usr/bin/dropbox that I originally executed. This doesn't play nicely with things like systemd units which expect the original process to stay around.
Might I suggest changing /usr/bin/dropbox from a symlink to /opt/dropbox/dropbox, to something like the following:
#!/bin/sh
dist="$HOME/.dropbox-dist/dropboxd" # this is where dropbox puts the updated version
if [ -x $dist ]; then
exec $dist
fi
exec /opt/dropbox/dropbox
marvelvance commented on 2016-07-02 12:41 (UTC)
new link https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86_64-5.4.24.tar.gz
Det commented on 2016-06-23 19:59 (UTC)
I don't trust the validity of the mirrors.
Please validate your mirrors.
lordbalmung commented on 2016-06-01 19:12 (UTC) (edited on 2016-06-01 19:14 (UTC) by lordbalmung)
I realize that "cloudfront" is listed as an official mirror in dropbox help site but it is still hard to validate the authenticity of the package since cloudfront is a CDN not specific to dropbox. Could you please suggest another method of validation. :)
PS: That said, I understand why you need to use the cloudfront packages. The official dropbox linux source codes hosted in dropbox are way outdated.
benedikt.winder commented on 2016-05-10 11:05 (UTC)
If someone have a problem with the Tray Icon on KDE/Plasma 5 i have posted a solution that worked for me on the Dropbox Forum:
https://www.dropboxforum.com/hc/en-us/community/posts/201908279-Systray-icon-not-showing-in-KDE-Plasma-5-2?page=2#community_comment_207660876
chori commented on 2016-05-01 17:49 (UTC)
For those still wondering if cloudfront.net is an official Dropbox release location, the answer is YES: https://www.dropbox.com/en/help/217
omnigamer commented on 2016-04-12 13:54 (UTC)
Anyone seeing the following issue with their startup service? I see this:
dropbox@XXX.service: Failed at step USER spawning /usr/bin/dropbox: No such process
I'm also unclear whether it should be dropbox@foo@bar.com.service or just dropbox@foo.service
despairblue commented on 2016-03-07 22:53 (UTC)
The current version segfaults for me. In case anyone else has that problem. Installing the experimental version worked.
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..."
Alternatively, you can download Dropbox's public key from https://linux.dropbox.com/fedora/rpm-public-key.asc and import it with:
You can check whether keys are successfully imported or not using the output of
gpg -k
. You should find something like this: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):
https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016 Official Dropbox user feedback forum
Arch Linux discussion places: https://bbs.archlinux.org/, #archlinux on freenode.net, https://lists.archlinux.org/listinfo/aur-general