hmm, works fine over here.
Looks like some conflict with a cache file. Try deleting that .dropbox.cache folder or its contents in your Dropbox.
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.65 |
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 .. 77 78 79 80 81 82 83 84 85 86 87 .. 97 Next › Last »
dvzrv commented on 2012-08-18 15:24 (UTC)
andrej84 commented on 2012-08-18 11:50 (UTC)
This version is failing for me to start, with an error like:
Traceback (most recent call last):
File "core/authenticate.py", line 659, in authentication_thread
File "core/authenticate.py", line 71, in handle_register
File "core/databases.py", line 722, in load_dropbox_filecache
File "core/file_cache.py", line 850, in __init__
File "core/file_cache.py", line 833, in _create_connhub
Exception: Not a valid FileCache file
I also renamed .dropbox to set it up again but same problem, so I guess it's a problem in the version or
something in my system..
mtorromeo commented on 2012-08-03 21:17 (UTC)
@luolimao: thanks for the suggestions, I will update the PKDBUILD accordingly in the soon (1.4.12 only adds support for osx mountain lion so there is no rush)
@kitenski: dropbox won't run on arm. this is NOT open source and dropbox provides only i686 and x86_64 binaries.
luolimao commented on 2012-08-03 18:55 (UTC)
Btw, the bzip2 dependency is also unnecessary (gtk2 depends on it). Also, since bzip2 is part of the base group (which is assumed to be installed on all systems) it would be unnecessary anyway.
luolimao commented on 2012-08-03 18:40 (UTC)
mtorromeo, the lines in the PKGBUILD that say
. find "$pkgdir/opt/dropbox/" -type d -exec chmod 755 {} \;
and
. chown -R root:root "$pkgdir/opt/dropbox"
are unnecessary; all the folders' permissions are already drwxr-xr-x (i.e. 755), and the owner of the folder is root:root after the package is installed. Also, lines 5 and 6 in dropbox.desktop could be changed from
. Exec=/opt/dropbox/dropboxd
. Icon=dropbox.png
to
. Exec=dropboxd
. Icon=dropbox
due to the /usr/bin/dropboxd soft link and how /usr/share/pixmaps is set up.
Once you up the version to 1.4.12 and change the desktop file, the md5sums lines would become
. md5sums=('3488299b1d91591d3a5ba7e2c02ec220' '9ec50da2ce59ed8c17606394b9c5e1c0' '20c97082211cf02af494043b93d5feb8' '5331288d5f5972dc2e9311d0f28dac76')
. [ "$CARCH" = "x86_64" ] && md5sums[0]='a54dd81749c02157f1691ef4ac570305'
In other words, the PKGBUILD file would look like this: http://pastebin.com/2ZjJTMj6
<deleted-account> commented on 2012-08-03 10:54 (UTC)
Sorry for dumb question, but this is the first time using an AUR package. I've downloaded and extracted this tarball. https://aur.archlinux.org/packages/dr/dropbox/dropbox.tar.gz
I then run makepkg -s
but I get this error:
==> ERROR: dropbox is not available for the 'arm' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('arm').
ottoshmidt commented on 2012-08-01 20:19 (UTC)
worked fine, thanks.
luolimao commented on 2012-08-01 04:09 (UTC)
http://forums.dropbox.com/topic.php?id=61042 (1.4.12 stable release)
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