These steps are taken from the cli install method given by the dropbox folks for server installs. Their instructions assume no graphical environment is available, however, I was pleasantly surprised when I ran the"dropboxd" command that a setup wizard came up and asked for my dropbox account info and allowed me to designate a folder. No nautilus required. Here's how is goes.
1. From the terminal download the dropbox linux client via. wget.
Code: Select all
wget -O dropbox.tar.gz http://www.dropbox.com/download/?plat=lnx.x86
Code: Select all
tar -zxof dropbox.tar.gz
3. run the client as a background process.
Code: Select all
~/.dropbox-dist/dropboxd &
i've since added this to my fluxbox startup folder. sinking across windows and antiX is a dream come true.
Certain right click actions are not available without the integration with nautilus and their nautilus plugin, but many of those are available from the dropbox website, especially links for publicly listed url.
The instructions here for cli may be of interest to those of you trying out the cli-only antix lifestyle as well.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall"
linktext was:"http://wiki.dropbox.com/TipsAndTricks/T ... nuxInstall"
====================================