Misc :: Dropbox

Dropbox

packages

python-gpgme
dropbox(AUR)

## pub key
https://linux.dropbox.com/fedora/rpm-public-key.asc

disable autoupdate

rm -rf ~/.dropbox-dist
install -dm0 ~/.dropbox-dist

Remove an account

killall dropbox # or 'systemctl stop dropbox@$USER.service'
# go to dropbox.com and unlink a computer
rm -rf ~/Dropbox ~/.dropbox

Autostart

systemctl enable --now dropbox@$USER.service    # start when system boots
systemctl --user enable --now dropbox@$USER.service     # start when user logs in