I installed Dropbox via this command:
- Code: Select all
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
~/.dropbox-dist/dropboxd &
That wound up a segfault. I moved all the libQt5* files out of the ~/.dropbox-dist directory and "dropboxd &" runs. My question now is, how do I configure it? My Dropbox folder is not under my user's directory due to disc space considerations.
How do you configure dropboxd?
Thanks!