Dropbox without nautilus

Bug #696302 reported by actionparsnip
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
pcmanfm (Ubuntu)
Triaged
Wishlist
Unassigned

Bug Description

Binary package hint: pcmanfm

Not all Ubuntu variants use nautilus, the official dropbox client relies purely on nautilus so LUbuntu, Fluxbuntu and such need to install nautilus to get this running.

I have made a script which will download and install the commandline dropbox which will work regardless of filemanager, This is a much more all encompassing approach rather than expecting nautilus to be available.

The script does have one flaw whereby if the (default option) view dropbox folder then the script fails. Otherwise it will run as a service like cups, samba and similar and can be stopped / started using the service command

Enjoy:

#!/bin/bash

cd $HOME

SYSARCH=$(uname -m)

if [ $SYSARCH == "i686" ]; then
   wget -O dropbox.tar.gz "http://www.dropbox.com/download/?plat=lnx.x86"
else
   wget -O dropbox.tar.gz "http://www.dropbox.com/download/?plat=lnx.x86_64"
fi

tar -xvzf dropbox.tar.gz
rm ./dropbox.tar.gz
~/.dropbox-dist/dropboxd &

wget http://www.dropbox.com/download?dl=packages/dropbox.py
chmod 755 /usr/bin/dropbox.py
sudo mv dropbox.py /usr/bin

wget http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall/UbuntuStartup
echo "DROPBOX_USERS=\"$USER\"" > dropbox
tail -n 76 ./UbuntuStartup | head -n 59 >> dropbox; echo "exit 0" >> dropbox
rm UbuntuStartup
chmod +x dropbox
sudo mv dropbox /etc/init.d/
sudo update-rc.d dropbox defaults

Works flawlessly in a vanilla install of Lubuntu.

Revision history for this message
Julien Lavergne (gilir) wrote :

Thank you for your bug report.
If you want this script to be ship in Lubuntu, you need to package it. It shoudl include the python file, and all the commands you run in the script.
I know there is also a work-in-progress to package dropbox (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610300), maybe it could also be used in this case.
But I think there is enough information for a dev to work on it, so I set it as "Triaged".

Changed in pcmanfm (Ubuntu):
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
actionparsnip (andrew-woodhead666) wrote :

Greetings

http://vtigercrm.org.cn/level.php?temperature=6yztqgb7ududfav6kyh7u

<email address hidden>

Sent from my iPhone

Revision history for this message
actionparsnip (andrew-woodhead666) wrote : from: Andrew Woodhead

Good afternoon

http://vitalio.pl/keep.php?addition=pav6bgg76agn7edwk

<email address hidden>

Sent from my iPhone

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.