Page 1 of 1
Dropbox opens with web browser?????
Posted: Wed Nov 24, 2010 1:33 am
by LanceHaverkamp
When I click on the Dropbox icon on the taskbar the dropbox folder on my hard drive opens in iceweasel (firefox) rather than in PCManFM. In ever other desktop environment I've seen, the folder opens in the file management program. Any ideas?
Re: Dropbox opens with web browser?????
Posted: Wed Dec 15, 2010 9:46 pm
by M_Mynaardt
Here's some help I got on this one from a Linux Mint (LXDE Edition) post from a while back:
I tried it, and it works just fine. The only thing you need to remember is that when the script runs, you get a box saying that you need the Dropbox proprietary daemon. Just choose 'okay' and the installation with Dropbox proceeds just fine. At least it did with the Linux Mint LXDE I was using...
~*~ M_Mynaardt ~*~
Re: Dropbox opens with web browser?????
Posted: Fri Dec 17, 2010 12:20 am
by maces
Hi,
you have to patch xdg-open, to fix this. This
helped me. But this isn't easy for new users, make a backup first and if you don't know what to do, ask.
maces
Re: Dropbox opens with web browser?????
Posted: Tue Feb 15, 2011 3:36 am
by M_Mynaardt
maces wrote:Hi,
you have to patch xdg-open, to fix this. This
helped me. But this isn't easy for new users, make a backup first and if you don't know what to do, ask.
maces
I was so tired from working nights I forgot all about this post (amongst others). Anyway, I did get Dropbox working on LXDE, thanks to a suggestion from someone on Linux Mint (LXDE forum). Namely, to use the Python script found in:
https://www.dropbox.com/download?dl=packages/dropbox.py
This has worked just fine in the portable installs of LXDE that I have! Easy! Easy-Peasy!

Re: Dropbox opens with web browser?????
Posted: Thu Mar 31, 2011 7:23 pm
by Flypusher
I just did a clean install of the latest lubuntu (10.10) and discovered this little problem when I installed dropbox. It was cleanly fixed for me using xdg-mime:
~$ xdg-mime default pcmanfm.desktop application/x-directory
Basically you have to set pcmanfm as the default application to open files with mimetype application/x-directory.
Hope this helps!
C