After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337179 - nautilus ftp://path/dir/file should do someting reasonable
nautilus ftp://path/dir/file should do someting reasonable
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Navigation
2.14.x
Other All
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
nautilus[EMC08]
Depends on: 337002
Blocks:
 
 
Reported: 2006-04-04 12:31 UTC by Stanislav Brabec
Modified: 2012-09-11 02:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Stanislav Brabec 2006-04-04 12:31:18 UTC
Nautilus handles ftp protocol using GNOME VFS, but is not able to handle files
on FTP.

How to reproduce:
nautilus ftp://path/dir works.
nautilus ftp://path/dir/file complains Could not display "ftp://path/dir/file".
The location is not a folder.

Expected behavior:
Open a corresponding application, not return an error.

Other information:
Comment 1 Fabio Bonelli 2006-06-29 16:36:13 UTC
Still present in 2.14.1.
Comment 2 Stanislav Brabec 2006-06-30 09:47:23 UTC
Note that local files have the same problem, too.

But for local files, nautilus cannot be set as a default.

It was workin in past (by calling appropriate bonobo component). I guess it is possible to call gnome-open for files instead of issuing an error.
Comment 3 Christian Neumair 2006-06-30 10:33:48 UTC
Stanislav: we need an async gnome_vfs_show so that we don't block the main loop. This is also good for for the panel. See bug 337002 for a proposed implementation.
Comment 4 William Jon McCann 2012-09-11 02:16:33 UTC
Works fine here. I think this is fixed.