@rosenberg assuming you're using gnome, have you tried installing and enabling AppIndicator (gnome-shell-extension-appindicator) I had that problem and it fixed things for me.
Search Criteria
Package Details: dropbox 205.4.5765-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: | 2375 |
Popularity: | 2.11 |
First Submitted: | 2009-01-22 14:21 (UTC) |
Last Updated: | 2024-08-12 14:54 (UTC) |
Dependencies (14)
- dbus (dbus-gitAUR, dbus-x11-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://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-205.4.5765.tar.gz
- https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-205.4.5765.tar.gz.asc
- terms.txt
fierycloud commented on 2024-09-28 19:44 (UTC)
rosenberg commented on 2024-09-19 11:57 (UTC) (edited on 2024-09-19 11:58 (UTC) by rosenberg)
Hello,it doesn't work for me anymore, it gets killed for no apparent reason
It used to work
➜ dropbox
dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/opt/dropbox/apex._apex.abi3.so'
dropbox: load fq extension '/opt/dropbox/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/apex._apex.abi3.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
Killed
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtCore.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.sip.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtGui.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtWidgets.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtDBus.so'
snackattack commented on 2024-08-31 18:10 (UTC)
Hi, thanks for your work on this package.
Could you please apply the following patch, which solves the dropbox.desktop already exists
problem?
--- PKGBUILD 2024-08-31 11:07:18.178793373 -0700
+++ PKGBUILD-240831-patched 2024-08-31 11:01:25.553619893 -0700
@@ -42,7 +42,7 @@
)
prepare() {
- gendesk --pkgname="$pkgname" --pkgdesc="$pkgdesc" --categories=Network PKGBUILD
+ gendesk --pkgname="$pkgname" --pkgdesc="$pkgdesc" --categories=Network -f PKGBUILD
}
package() {
rekman commented on 2024-08-30 15:24 (UTC) (edited on 2024-08-30 15:24 (UTC) by rekman)
can you fix the goddamn dropbox.desktop already exists
error already, that is trivial and as the package stands it is basically incompatible with any automated AUR helper
rellieberman commented on 2024-08-12 21:09 (UTC)
Hi and thanks for all the maintenance work! What is the new .nvchecker.toml file for?
username227 commented on 2024-06-11 21:58 (UTC)
@yan12125, wow, you're awesome. thanks! Perhaps this should be added to depends line?
omidfarhang commented on 2024-06-11 20:58 (UTC) (edited on 2024-06-11 21:11 (UTC) by omidfarhang)
I had the "connecting" issue with tray icon too. And I confirm that installing core/dbus-daemon-units
instead of core/dbus-broker-units
fixed the issue
username227 commented on 2024-06-09 03:26 (UTC)
OK so i am having an issue with this package. While the flatpak package works perfectly, giving lots of options when you right click on the taskbar icon, this package constantly says "connecting" even after you've connected your dropbox account. It must be some sort of dependency issue. Any way to fix?
E3LDDfrK commented on 2024-06-06 17:07 (UTC)
I got an email from dropbox about "You're invited to download the Dropbox desktop app". Is this the same thing?
That email points me to https://www.dropbox.com/install-linux .
Niinu commented on 2024-04-16 18:54 (UTC)
Randomly getting stuck on connecting without any out of the ordinary logs, both during runtime and sometimes even right after starting the app. Is there any workaround?
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