I get a permission error with the new PKGBUILD
http://slexy.org/view/s203lf5kzR
Search Criteria
Package Details: dropbox 211.4.6008-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: | 2374 |
Popularity: | 1.54 |
First Submitted: | 2009-01-22 14:21 (UTC) |
Last Updated: | 2024-10-30 08:51 (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-211.4.6008.tar.gz
- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-211.4.6008.tar.gz.asc
- terms.txt
Latest Comments
« First ‹ Previous 1 .. 73 74 75 76 77 78 79 80 81 82 83 .. 96 Next › Last »
mutterschiff commented on 2012-11-21 12:17 (UTC)
mtorromeo commented on 2012-11-21 08:22 (UTC)
@darkvenger: Thanks, I updated the service file
darkvenger commented on 2012-11-19 22:03 (UTC)
Hello, I suggest you add After=local-fs.target network.target to the Unit section of the systemd service file since dropbox may never connect if it was started when no internet connection existed.
mtorromeo commented on 2012-11-19 09:35 (UTC)
Updated to version 1.6.0. I also included a systemd service file just like the one provided by aur/systemd-dropbox-daemon
surfmaths commented on 2012-11-16 09:35 (UTC)
There a patch for upgrading to 1.4.23:
http://pastebin.archlinux.fr/453235
francoism commented on 2012-11-13 11:28 (UTC)
A tip for others that also can't change the Dropbox location from the installation wizard: When the window is shown for changing the path, hit CTRL+L, enter the location (e.g. /mnt/data/Dropbox) and click on the 'Choose' button. (Haven't tried the Enter-key, navigating to the directory doesn't work, so you need to enter it manually)
It works for me, Dropbox now sync the folder /mnt/data/Dropbox.
zenlord commented on 2012-11-06 17:40 (UTC)
Vote +1 for including a systemd-service-file. It seems rather silly that you need another package just to get the service-file, and archlinux has switched to systemd entirely, so... To use it without a hardcoded username, it can be done with the %l-variable, like this: https://aur.archlinux.org/packages.php?ID=47493 (see comment 12/10/2012 by Wonder Woofy)
<deleted-account> commented on 2012-10-06 11:30 (UTC)
Made a workaround to change Dropbox path and have funcional dropbox-cli commands, inspiration and information about startup script etc from here:
https://wiki.archlinux.org/index.php/Dropbox#Multiple_Dropbox_Instances
Basicly the alias "dropbox" just temporarily changes your $HOME before running a dropbox-cli command to make it adopt that home aswell. The way I did it ofc depends on dropbox-cli which is linked to above. Btw, when you install notice the recent PKGBUILD update by bruce!
I think it's possible to start the daemon etc without cli in the same manner as long as your $HOME is set right. And also this can be extented upon to make working for multiple dropbox instances. But that's for you to figure out if you want.
Anyways the difference from normal dropbox-cli command execution compared to the new way will be:
old way: /usr/bin/dropbox start <enter>
new way: dropbox <enter> start <enter>
So just add this below to your .bashrc and set your own dropbox_path (if on other partition make sure it's mounted with the right permissions). The only thing that i've found does NOT work is the "autostart" option which also can be worked around in many ways (link above)
#********************************
# Redirect dropbox-cli commands
# to change Dropbox's home path
#********************************
dropbox_path="/mnt/data"
user_path="/home/`logname`"
dropbox_cli='/usr/bin/dropbox'
set_home_dropbox="HOME=$dropbox_path"
set_home_home="HOME=$user_path"
alias dropbox="read -p '[Dropbox@'"$dropbox_path"']> ' input;\
$set_home_dropbox; $dropbox_cli \$input; $set_home_home;"
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