gmusicbrowser Forum

Main board => Questions => Topic started by: tri1976 on January 16, 2010, 15:30:14

Title: "open containing folder" command
Post by: tri1976 on January 16, 2010, 15:30:14
I'm using version 1.0.2.  I don't have any particular DE on my linux and I use pcmanfm as file manager.  When I click on "open containing folder" nothing happen.  Can I have "open containing folder" point to pcmanfm?
Thanks.
Title: Re: "open containing folder" command
Post by: Quentin Sculo on January 16, 2010, 16:32:38
gmb use the xdg-open script (that is supposed to find the correct command) to open folders or url, but there is a way to override this by setting the OpenFolder or OpenUrl options.
Currently these options can't be set via the gui (maybe I should change that), but you can run this command to change it in a running gmb :
gmusicbrowser -remotecmd RunPerlCode '$::Options{OpenFolder}="pcmanfm"'
Title: Re: "open containing folder" command
Post by: tri1976 on January 16, 2010, 19:59:31
I edited xdg-open script to behave appropriately for my system.  I agree these options should be available in the gui in the next version.  Thanks.