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 658843 - [PATCH] When opening nautilus with a URI, should scroll to file in opened location.
[PATCH] When opening nautilus with a URI, should scroll to file in opened loc...
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-12 16:49 UTC by Robert Carr
Modified: 2011-09-12 19:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.50 KB, patch)
2011-09-12 16:49 UTC, Robert Carr
reviewed Details | Review

Description Robert Carr 2011-09-12 16:49:57 UTC
Created attachment 196284 [details] [review]
Patch

When you open nautilus with a URI (i.e. nautilus ~/Downloads/foo.png) it will open ~/Downloads but it will not focus or scroll to foo.png.

Attached is a patch fixing the problem, but I'm not entirely comfortable enough with the nautilus codebase to be sure im not breaking anything else so some review would be appreciated.

Thanks!
Comment 1 Cosimo Cecchi 2011-09-12 19:35:17 UTC
Thanks for the report, I pushed a slightly different fix to git master for this.