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 321592 - 'Open Location' should behave like in file chooser
'Open Location' should behave like in file chooser
Status: RESOLVED OBSOLETE
Product: nautilus
Classification: Core
Component: Keyboardability
2.13.x
Other All
: Normal minor
: 2.14.x
Assigned To: Nautilus Maintainers
Nautilus Maintainers
AP4
: 328656 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-11-16 11:01 UTC by Daniel Poersch
Modified: 2010-06-20 21:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Allows relative paths in "open Location" box (548 bytes, patch)
2006-06-28 16:18 UTC, palfrey
none Details | Review

Description Daniel Poersch 2005-11-16 11:01:05 UTC
'Open Location' currently opens a dialog with the current directory selected. If
I start typing the selection is removed and my input is taken as relative to
'/'. The filechooser presents you an empty dialog and takes my inputs as
relative to the current location, which is IMHO the better behavior. It allows
the following use cases:
* step into a deeper hierachy quite fast
* use relative paths with ../
* if I want to access a directory under root, '/' isn't to far away

Last point: Nautilus would be consistent with filechooser!

Other information:
Comment 1 Christian Neumair 2005-11-16 17:40:24 UTC
Thanks for your bug report, good catch!
Comment 2 Calum Benson 2005-11-30 18:59:36 UTC
Yeah, I noticed this the other day as well...  I think nautilus should follow the file chooser's example too.
Comment 3 Arthur Taylor 2006-01-25 23:52:45 UTC
*** Bug 328656 has been marked as a duplicate of this bug. ***
Comment 4 Calum Benson 2006-04-26 17:14:58 UTC
Apologies for spam... ensuring Sun a11y folks are cc'ed on all current accessibility bugs.
Comment 5 Calum Benson 2006-04-26 17:46:47 UTC
Apologies for spam... marking as AP4 to reflect accessibility impact.
Comment 6 palfrey 2006-06-28 16:18:15 UTC
Created attachment 68126 [details] [review]
Allows relative paths in "open Location" box

Converting from using gnome_vfs_make_uri_from_input to gnome_vfs_make_uri_from_input_with_dirs allows relative uris (and also ones relative to the homedir as an added bonus), but as there isn't an equivalent change for the gnome_vfs_make_uri_from_input_with_trailing_ws call in src/nautilus-location-entry.c yet, there's no autocompletion yet for relative uris.
Comment 7 Alexander Larsson 2007-01-11 11:09:07 UTC
That doesn't seem right. It should use the windows location, not the current working directory of the nautilus process.
Comment 8 Martin Wehner 2007-07-18 23:30:49 UTC
Comment on attachment 68126 [details] [review]
Allows relative paths in "open Location" box

Marking needs-work as per Alex's comment.
Comment 9 Arthur Taylor 2007-07-19 00:14:14 UTC
Could the auto-complete methods be synced too? I find the current nautilus "open location" auto-complete to be annoying (as I've gotten into the habit of using this dialogue frequently.) Hitting tab when it doesn't complete moves through the widgets.
Comment 10 palfrey 2009-06-23 15:49:52 UTC
With the GVFS migration, this won't work any more, and we'd need an extension to GFilenameCompleter (Bug 586766) in order to do this properly with GVFS.
Comment 11 Allan Day 2010-06-20 21:19:01 UTC
The location bar now accepts relative paths (see bug 346422). Am closing this bug as obsolete. Please reopen if necessary. :)