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 309844 - Access a folder right-click menu from the path bar
Access a folder right-click menu from the path bar
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 308589 451760 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-08 20:51 UTC by Vincent Noel
Modified: 2008-06-10 14:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Proposed patch (against HEAD). (4.95 KB, patch)
2005-07-10 13:40 UTC, Christian Neumair
none Details | Review
Proposed patch #2 against HEAD (19.88 KB, patch)
2005-07-20 12:43 UTC, Christian Neumair
none Details | Review

Description Vincent Noel 2005-07-08 20:51:58 UTC
In spatial nautilus, it is possible to access the currently displayed folder's
right-click menu from the location button (lower left). From there you can act
on the opened menu (cut/copy, open properties, etc).

It would be nice to be able to access the same menu directly from the path bar
in a browser window. This would solve the "act on the opened folder" problem for
browser windows.
Comment 1 Christian Neumair 2005-07-09 08:21:43 UTC
Right, you already can do this for the location bar (right-click the "Location:"
label), but not for the pathbar. Thanks for pointing this out.
Comment 2 Christian Neumair 2005-07-10 13:40:19 UTC
Created attachment 48905 [details] [review]
Proposed patch (against HEAD).

I've also submitted this patch to the nautilus mailing list [1] for review.

[1] http://mail.gnome.org/archives/nautilus-list/2005-July/msg00098.html
Comment 3 Alexander Larsson 2005-07-13 08:57:47 UTC
I dunno. Its very strange that it only works for the current directory button.

Anyway, I think its more important that dnd to the buttons work. I think that is
more likely to be discovered by users.
Comment 4 Christian Neumair 2005-07-20 12:43:06 UTC
Created attachment 49455 [details] [review]
Proposed patch #2 against HEAD

works for all pathbar buttons.
Comment 5 Christian Neumair 2005-08-22 11:41:39 UTC
*** Bug 308589 has been marked as a duplicate of this bug. ***
Comment 6 Cosimo Cecchi 2008-02-26 09:48:30 UTC
This is still valid for 2.21, updating fields.
Christian, was your patch rejected for some reason? This behaviour makes sense to me anyway, as the interface should be consistent between the location bar and the pathbar.
Comment 7 Cosimo Cecchi 2008-05-08 15:47:33 UTC
*** Bug 451760 has been marked as a duplicate of this bug. ***
Comment 8 Christian Neumair 2008-05-13 10:49:55 UTC
I committed a different patch to trunk:

http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14156

The issue with the original patch was that it did not ensure that the file info is actually available before displaying the context menu.

Closing as FIXED.
Comment 9 David Prieto 2008-05-14 09:08:38 UTC
Could the right-click menu show a "paste to this folder" item? That would make copying/ moving to a parent folder really handy.
Comment 10 Christian Neumair 2008-05-14 20:27:31 UTC
David: Thanks, great idea! I just implemented it in trunk:

http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14162
Comment 11 David Prieto 2008-05-14 20:32:14 UTC
Thanks to you for making Nautilus rock :)
Comment 12 David Prieto 2008-06-10 14:12:17 UTC
May I draw your attention to two closely related requests?

"support drag and drop onto button bar"
http://bugzilla.gnome.org/show_bug.cgi?id=479962

"middle-click drag a path bar button"
http://bugzilla.gnome.org/show_bug.cgi?id=532475

Should these two bugs be taken care of, the path bar in Nautilus would be incredibly useful.