Using open folder/open file in Openbox WM

General support for problems installing or using Deluge
Post Reply
qcompson
New User
New User
Posts: 5
Joined: Mon Dec 24, 2007 3:23 am

Using open folder/open file in Openbox WM

Post by qcompson »

I searched the forums here but wasn't able to find the answer, so I'm hoping someone can help.

Does anyone know how to make the (right-click) open folder and open file functions work in Openbox (or other WMs). They work fine under gnome and xfce. I've dug around a bit and assume it has something to do with xdg-open, but I'm not sure how to fiddle around with this to get it working correctly.

Using Ubuntu Hardy Heron and Deluge 0.5.9.3. Thank you in advance. :D
tonyisnt

Re: Using open folder/open file in Openbox WM

Post by tonyisnt »

I'm also having this issue; haven't figure out how to fix it yet. Messed around with xdg-mime a little bit, but I don't exactly know what I'm doing, either.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Using open folder/open file in Openbox WM

Post by andar »

You could try simply creating a symlink:

Code: Select all

# ln -fs /usr/bin/<filemanager> /usr/bin/xdg-open
Obviously you will need to replace <filemanager> with your chosen file manager.
tonyisnt

Re: Using open folder/open file in Openbox WM

Post by tonyisnt »

That worked! Rad!
Post Reply