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 346422 - Support relative paths in location entry
Support relative paths in location entry
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Navigation
2.24.x
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 615216 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-02 22:58 UTC by Yevgen Muntyan
Modified: 2010-06-07 13:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Patch to support relative paths in location entry (4.60 KB, patch)
2010-06-03 12:59 UTC, Amos Brocco
none Details | Review

Description Yevgen Muntyan 2006-07-02 22:58:39 UTC
If path entered into location entry is not absolute, it prepends slash and tries to open the result, instead of interpreting the path as relative to the folder displayed.

Steps to Reproduce:
1) Go to home dir
2) Press Ctrl-L to get the location entry
3) Enter "Desktop" and press Enter.

Result: "Couldn't find "/Desktop"."

Note, while this example is stupid, it makes perfect sense to do this for ftp or ssh. It is way faster to enter path than to navigate though all the itermediate folders and wait for each of them to populate the content. At the moment one needs to press right arrow to clear selection, and then type path in.
Comment 1 Cosimo Cecchi 2010-05-28 00:04:38 UTC
*** Bug 615216 has been marked as a duplicate of this bug. ***
Comment 2 Amos Brocco 2010-06-03 12:59:44 UTC
Created attachment 162646 [details] [review]
Patch to support relative paths in location entry

Patch to support relative paths in location entry
Comment 3 Cosimo Cecchi 2010-06-07 13:37:05 UTC
Hi Amos, thanks for the patch.
I just pushed a branch based on your patch to master, closing this as FIXED.