Re: GIO application integration with Nautilus

2009-05-20 Thread Bastien Nocera
On Wed, 2009-05-20 at 08:00 -0400, Gravis wrote: > On Tue, 2009-05-19 at 08:22 -0400, Dr. Michael J. Chudobiak wrote: > > > When I use "Open With Other Application..." it launches the program but > > > does not pass in any arguments. > > > > Not sure, but perhaps the line "supported_uri_schemes=fi

Re: GIO application integration with Nautilus

2009-05-20 Thread Gravis
On Tue, 2009-05-19 at 08:22 -0400, Dr. Michael J. Chudobiak wrote: > > When I use "Open With Other Application..." it launches the program but > > does not pass in any arguments. > > Not sure, but perhaps the line "supported_uri_schemes=file" is the problem. > > - Mike That was my first thought

Re: GIO application integration with Nautilus

2009-05-20 Thread Tomeu Vizoso
On Tue, May 19, 2009 at 14:22, Dr. Michael J. Chudobiak wrote: > Gravis wrote: >> >> It works fine with Nautilus when opening files on a local >> filesystem. -- http://i44.tinypic.com/t9gzye.jpg >> >> The problem I've run into is that Nautilus will not allow me to open >> files on remote filesyste

Re: GIO application integration with Nautilus

2009-05-19 Thread Dr. Michael J. Chudobiak
Gravis wrote: It works fine with Nautilus when opening files on a local filesystem. -- http://i44.tinypic.com/t9gzye.jpg The problem I've run into is that Nautilus will not allow me to open files on remote filesystems (eg sftp virtually mounted file system) with my application (doesnt appear on

GIO application integration with Nautilus

2009-05-19 Thread Gravis
I've asked the Nautilus dev and Gnome hackers mailing list but they dont really know much on the issue, so here I am. By the way, I'm using Debian and (of course) Gnome. I've written a GTK+ application that uses the GIO API for file IO operations and I added it as the default applic