We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
yay dropbox
我下载的时候会出现网络断线的问题,所以需要手动下载
访问 aur , 找到 dropbox, 获取 https://aur.archlinux.org/dropbox.git
下载 git clone https://aur.archlinux.org/dropbox.git
编译 cd dropbox , makepkg -si
如果还是出现网络问题问题,手动下载dropbox的包,修改 PKGBUILD source_x86_64=("https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-$pkgver.tar.gz"{,.asc}) 这个链接 https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-$pkgver.tar.gz 从网络下载,然后修改引用成本地文件 source_x86_64=(./dropbox-lnx.x86_64.tar.gz) 重新执行 makepkg -si
上面的这种方式需要对 AUR比较熟悉 ,掌握AUR的手动安装的一些细节,建议 安装Dropbox官方的方式 去安装
cd ~ wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - # 启动 ~/.dropbox-dist/dropboxd
vim /etc/systemd/system/[email protected] 添加以下内容
$HOME/.config/systemd/user/[email protected] [Unit] Description=Dropbox as a systemd service After=xorg.target [Service] ExecStart=/home/你的用户名/.dropbox-dist/dropboxd ExecReload=/bin/kill -HUP $MAINPID Environment=DISPLAY=%i [Install] WantedBy=default.target
开机启动 systemctl --user enable dropbox@:0.service
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: