Posts Tagged ‘thunar’

NOTE: this method is deprecated; try this instead.

Dropbox is a nice file storage devise which can sync a folder over the internet. For the free account, Dropbox provices you with 2gb of data storage. Where, my motivation to use there service is for my documents, this is more then enough space. However, Dropbox develops for KDE and Gnome and leaves out the Thunar file manager. The good news is I found this tutorial for CrunchBang linux. With a few modifications I got it to work with XFCE on Debian.

First, I created an account. After downloading their file, I extracted and renamed the .dropbox-dist folder to dropbox and moved it to the /opt/ directory. I added /opt/openbox/openboxd to the start up applications of XFCE. Next I created the file /bin/nautilus and made it executable

sudo touch /bin/nautilus
sudo chmod +x /bin/nautilus

inside i added the following text:

#!/bin/bash
exec thunar $@
exit 0

I tricked Dropbox in thinking I had Nautilus. It is a relatively simple workaround, making me wonder why the do not allow the user an option to choose their file manager. In addition I created symlinks to my documents, financial files, and task manager files, in the Dropbox folder and it worked beautifully in synchronizing my documents on Dropbox’s server. The downside to the Thunar workaround is that you do not have the animated Icons such as with the KDE, Gnome, and Windows file managers.

  • Share/Bookmark
Archives
Statistics
  • Pages displayed : 25720
  • Unique visitors : 14216
  • Pages displayed in last 24 hours : 58
  • Unique visitors in last 24 hours : 32
FireStats icon Powered by FireStats

Bad Behavior has blocked 86 access attempts in the last 7 days.

FireStats icon Powered by FireStats