GNOME Bugzilla – Bug 530752
install a symlink to gnome-open -> gvfs-open
Last modified: 2008-09-25 10:30:17 UTC
If I remember correctly, it used to work in GNOME versions prior to 2.22.
Created attachment 110182 [details] [review] the fix Here's the fix. Note that you also need to pull in gio by updating configure.ac and Makefile.am.
*** Bug 535634 has been marked as a duplicate of this bug. ***
Is there any reason to keep gnome-open? What does it do that gvfs-open does not do?
Programmes call gnome-open so we need at least install a symlink...
I agree. If gvfs-open does everything that gnome-open does, why not just let gvfs install the symlinks then?
Agreed. Let's move this to gvfs and remove the gnome-open code once the symlink exists.
couldn't gnome-open have a one liner doing the call rather? that would make the distributor job easier than having to add logic to handle the upgrade between components
*** Bug 539720 has been marked as a duplicate of this bug. ***
I committed the patch porting gnome-open to GIO, so we don't have to wait for the symlink to get a working gnome-open.
*** Bug 313971 has been marked as a duplicate of this bug. ***
Closing since gnome-open now works fine. I don't think it hurts keeping gnome-open...