GNOME Bugzilla – Bug 394887
Removing gnome-open from libgnome
Last modified: 2007-01-10 14:12:26 UTC
According to http://live.gnome.org/LibgnomeMustDie, I've adapted gnome-open to gnomevfs. Removed dependencies on : #include <libgnome/gnome-url.h> #include <libgnome/gnome-program.h> #include <libgnome/gnome-init.h> to a mere: #include <libgnomevfs/gnome-vfs.h> Waiting from some maintainer to put it in gnomevfs/programs, updating makefile.in (and removing gnome-open from libgnome?)
Created attachment 79909 [details] gnome-open.c File to place in gnomevfs/programs
Created attachment 79911 [details] [review] Patch for Makefile.am
(In reply to comment #1) > Created an attachment (id=79909) [edit] > gnome-open.c > > File to place in gnomevfs/programs > Seems that there is a problem with this file: fab@fabricio:[...]/gnome-vfs/programs$ ./gnomevfs-open http://www.google.fr fab@fabricio:[...]/gnome-vfs/programs$ ./gnomevfs-open gnomevfs-open.c open `file:///grenier/Projets/gnome-vfs/programs/gnomevfs-open.c': Unsupported operation It handles http protocol, but not file protocol??
*** This bug has been marked as a duplicate of 144704 ***