Re: [Eug-lug] How to summon the open with dialog from a bash command line?

2011-04-21 Thread Ben Barrett
I believe that would be dependent on your window manager, or at least that you could summon a Gnome or KDE panel only if those libraries were available on the given system so you may have trouble making something open everywhere unless you make your own X component for it or find one to

Re: [Eug-lug] How to summon the open with dialog from a bash command line?

2011-04-21 Thread larry price
Ben is correct, this is going to be different from one window manager to the next. Here's a nice intro to gnome-open which is what you would want to use on ubuntu http://embraceubuntu.com/2006/12/16/gnome-open-open-anything-from-the-command-line/ in OS X you would use open But for historical

Re: [Eug-lug] How to summon the open with dialog from a bash command line?

2011-04-21 Thread marbux
On Thu, Apr 21, 2011 at 3:53 PM, Ben Barrett stircrazy...@gmail.com wrote: I believe that would be dependent on your window manager, or at least that you could summon a Gnome or KDE panel only if those libraries were available on the given system so you may have trouble making something

Re: [Eug-lug] How to summon the open with dialog from a bash command line?

2011-04-21 Thread marbux
On Thu, Apr 21, 2011 at 4:05 PM, larry price lapr...@gmail.com wrote: Here's a nice intro to gnome-open which is what you would want to use on ubuntu http://embraceubuntu.com/2006/12/16/gnome-open-open-anything-from-the-command-line/ in OS X you would use open Not quite what I was hoping

Re: [Eug-lug] How to summon the open with dialog from a bash command line?

2011-04-21 Thread Julie Baumler
You could use 'configure' to determine what is available and then offer the appropriate options. As a long time Unix user, the standard experience I would expect from an application is to be offered a default choice and then given the opportunity to enter the full path to an alternate choice.