Search Criteria
Package Details: dropbox-fix2 r24.d284f5d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dropbox-fix2.git (read-only, click to copy) |
---|---|
Package Base: | dropbox-fix2 |
Description: | Fix to enable dropbox on non-ext4 filesystems (dark github repo) |
Upstream URL: | https://github.com/dark/dropbox-filesystem-fix |
Licenses: | MIT |
Submitter: | Citral |
Maintainer: | None |
Last Packager: | Citral |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2018-12-30 08:46 (UTC) |
Last Updated: | 2018-12-30 08:46 (UTC) |
Dependencies (2)
- dropbox (kfilebox, kfilebox-qt5-git, dropbox-gtk2)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
Citral commented on 2020-02-09 13:47 (UTC)
I don't use the systemd service, so due to lack of time I will disown the package so that you can apply that fix if you want.
getzze commented on 2020-01-09 11:14 (UTC) (edited on 2020-01-09 11:14 (UTC) by getzze)
For this patch to work with systemd service, you need to update the service files
/usr/lib/systemd/system/dropbox@.service
and/usr/lib/systemd/user/dropbox.service
by adding a line in the[Service]
section:Environment="LD_PRELOAD=/usr/local/lib/libdropbox_fs_fix.so"
alex.forencich commented on 2019-06-06 22:29 (UTC)
Yeah, it seems like https://aur.archlinux.org/packages/dropbox-fix/ doesn't work any more, so I orphaned it. Feel free to adopt and merge it.
piedro commented on 2019-03-10 04:00 (UTC)
Sry to say but this fix seems to have stopped working today...
I tried this fix and the other dropbox-fix - none seems to be working. Since tonight dropbox is able to manually connect with my account (this has been automatic before) but after 5 seconds kicks me out again for using a non-ext4 filesystem...
sad, p.
alex.forencich commented on 2018-12-30 19:02 (UTC)
This should install updated systemd service files.
yan12125 commented on 2018-12-30 15:13 (UTC)
Got it! I left a comment at https://aur.archlinux.org/packages/dropbox-fix/. Could you help on providing technical details? (e.g., what's broken)
It's not good to have two AUR packages for the same purpose, anyway.
Citral commented on 2018-12-30 14:50 (UTC)
Different upstream git repo (the other one was no longer working for me).
yan12125 commented on 2018-12-30 09:24 (UTC)
What's the difference of this from the dropbox-fix package?