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 662243 - Add an Up button when using always-use-location-entry
Add an Up button when using always-use-location-entry
Status: RESOLVED OBSOLETE
Product: nautilus
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 672794 721085 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-10-19 22:01 UTC by Shaun McCance
Modified: 2021-06-19 12:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add Up, Reload and Home buttons to Nautilus Location Bar (5.42 KB, patch)
2013-01-30 14:55 UTC, Andrew Jessop
needs-work Details | Review

Description Shaun McCance 2011-10-19 22:01:43 UTC
Nautilus 2 had an Up button on the toolbar. This is gone in Nautilus 3, presumably because the path bar is awesome and is a better Up button than an Up button. But people who have the always-use-location-entry option set in dconf are left without an easy way to go up. If you're going to keep supporting that tweak, you might as well make it good for those users. I propose adding an Up button before the Back and Forward buttons, if and only if always-use-location-entry is true.
Comment 1 Computermacgyver 2011-11-10 22:51:58 UTC
Agreed that this would be extremely helpful.
Comment 2 Computermacgyver 2011-11-18 09:31:32 UTC
Further support from Ubuntu users here:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/885592

My workaround for the moment is to use a different file manager.
Comment 3 David Cavallini 2011-12-03 12:15:49 UTC
Yes this basic missing functionnality is really annoying.
Comment 4 Alastair Gilfillan 2012-01-04 10:16:41 UTC
I wish I could try fixing this myself but I can't so I'll just pledge financial support to motivate a patch/re-inclusion.
Comment 5 flar 2012-01-12 03:01:39 UTC
This bothered me so much I modified nautilus.  Patch is here:

http://ubuntuforums.org/showthread.php?t=1904510
Comment 6 André Klapper 2012-03-26 08:19:30 UTC
*** Bug 672794 has been marked as a duplicate of this bug. ***
Comment 7 aggro 2012-04-30 17:52:44 UTC
I have never heard anyone complain about Firefox's "customize" feature, where you can decide what buttons and where to show them. It is easy to use (you just drag and drop) and it allows quite a lot of flexibility. How about implementing something similar?
Comment 8 Emmanuel Thomas-Maurin 2012-06-06 18:03:26 UTC
I'm too finding the up button removal very annoying and a non-sense. Nautilus is meant to browse your file system, not the web. And I find the ability to go up in the file system tree much more useful than the ability to go forward/backward in my browsing history. Also, path bar (breadcrumbs) get totally useless with long dir names.
Comment 9 japela 2012-07-02 15:56:34 UTC
I would like to 

a) either be able to customize the Nautilus toolbar as in Firefox et al.,
b) or have the UP button there on the Nautilus toolbar.

The option (a) would be more desirable for me, because I would like to be able to rearrange the button layout and also to add some buttons there, namely, the UP button. Also a PRINT button and a PREVIEW (like gnome-sushi) button would be nice to have around.
Comment 10 Michail G. Lagoudakis 2012-07-08 19:16:17 UTC
japela@luukku.com wrote: 

> a) either be able to customize the Nautilus toolbar as in Firefox et al.,
> b) or have the UP button there on the Nautilus toolbar.

I second this!
Comment 11 Gabriel 2012-09-26 10:21:14 UTC
Please see this:

https://bugzilla.gnome.org/show_bug.cgi?id=684857

They removed the "always-use-location-entry" option!!!
Comment 12 Cosimo Cecchi 2012-09-26 15:12:04 UTC
You're mixing up "always-use-location-entry" and "always-use-browser". The former hasn't been removed.
Comment 13 Andrew Jessop 2013-01-30 14:46:48 UTC
This has become a problem for me too after upgrading to 12.04.

What has to happen to get this patch reviewed and scheduled for inclusion?
Comment 14 Cosimo Cecchi 2013-01-30 14:53:06 UTC
(In reply to comment #13)
> What has to happen to get this patch reviewed and scheduled for inclusion?

I don't see any patches attached here...
Comment 15 Andrew Jessop 2013-01-30 14:55:26 UTC
Created attachment 234828 [details] [review]
Add Up, Reload and Home buttons to Nautilus Location Bar

Original source location: http://ubuntuforums.org/showthread.php?t=1904510
Comment 16 Cosimo Cecchi 2013-03-01 16:45:49 UTC
Comment on attachment 234828 [details] [review]
Add Up, Reload and Home buttons to Nautilus Location Bar

Patch should be made against git master, and use git format-patch or git diff.

>+ 	action = g_object_new (NAUTILUS_TYPE_NAVIGATION_ACTION,
>+  			       "name", NAUTILUS_ACTION_UP,

All of these actions already exist in Nautilus' GtkActionGroup. The toolbar should just create and destroy those items passing the existing action, as it currently does for back and forward.
Other issues with the patch:
- it doesn't take the always-use-location-entry GSetting in consideration at all, but re-uses the app menu fallback machinery, which is wrong.
- it also adds Home and Reload, which is not what this bug is about.
Comment 17 paalge 2013-07-10 14:29:50 UTC
This is something which should be easily fixed as I guess the button should just call the same function as the shortcut.
As of now I'll have to change file browser to another one in order to do anything useful, as I copy paste addresses a lot.
Comment 18 António Fernandes 2013-12-26 18:08:09 UTC
*** Bug 721085 has been marked as a duplicate of this bug. ***
Comment 19 Leho Kraav (@lkraav :macmaN) 2016-03-14 13:36:50 UTC
So weird I had to google for how to move up a directory with Nautilus 3.18 sftp interface. Backspace doesn't do anything here (should it?) and I never would've though Alt-Up on my own.

I'd say this is a UX problem.
Comment 23 Shaun McCance 2016-05-08 16:44:59 UTC
Please follow the Code of Conduct when using GNOME services like Bugzilla.

https://wiki.gnome.org/Foundation/CodeOfConduct

In particular, please be respectful and considerate. There's no need for strong language.
Comment 24 André Klapper 2016-05-09 08:21:38 UTC
[Removing advocacy comments that don't add anything technical to this task. Please see comment 23.]
Comment 25 Andrew Jessop 2016-05-09 08:37:58 UTC
For what it is worth, I've stopped using GNOME desktop in favour of XFCE 4.  Thunar has an Up button ;)
Comment 26 Arslan (Account disabled) 2017-10-09 12:00:37 UTC
'respectful and considerate'. Seriously? I had to search the Internet to find a way to permanently enable the 'location entry' bar.

I had to install a new software 'dconf-tools' to make the damn change. 

'respectful and considerate'? Have you tried going 'up' while using the 'location entry' mode enabled?
Comment 27 André Klapper 2017-10-09 12:03:51 UTC
Yes, seriously. Issues in software are not an excuse for disrespectful communication. Everything said.
Comment 28 sheepdestroyer 2019-11-05 15:24:48 UTC
No activity in two years. It does not sound like a difficult bug to fix?
Comment 29 António Fernandes 2019-11-06 08:54:02 UTC
(In reply to sheepdestroyer from comment #28)
> It does not sound like a difficult bug to fix?

Right, it's not difficult but still needs someone to have the time and interest to do a merge request.
Comment 30 André Klapper 2021-06-18 15:56:07 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org (resources are unfortunately quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version of Files (nautilus), then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/nautilus/-/issues/

Thank you for your understanding and your help.
Comment 31 Taylor Braun-Jones 2021-06-19 12:05:51 UTC
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1896