files icon indicating copy to clipboard operation
files copied to clipboard

Improve path bar view of long path

Open rafaelcorsi opened this issue 4 years ago • 6 comments

The actual path bar view of long paths has design issues making navigation difficult.

path:

/home/corsi/Dropbox/Insper/3s-ElementoDeSistemas/6-Avaliacoes/2020a/av4-simulado/tests/testsNasm/tst/pseudo

actual files:

image

comparatives:

  • gnome files 3.26.4

image

gnome files crop the full path and allow to horizontal scroll to access other parts of the path that are not show.

  • windows 10

image

windows crop the path as gnome, and it has this arrows to easy navigate on the path.

  • mac os

image

does not show the path and do not allow the user to navigate on it.

  • dropbox

image

does similar to windows

rafaelcorsi avatar Jun 18 '20 14:06 rafaelcorsi

This is a good idea, but would require substantial rewriting of the pathbar code and would probably mean losing the animations.

jeremypw avatar Jun 18 '20 15:06 jeremypw

There maybe other ways of making navigation easier with less code changes, e.g. having the last two or three breadcrumbs always in full (up to a limit in total size) and allowing the higher levels to reduce further. And/or having the breadcrumb that is hovered be expanded.

jeremypw avatar Jun 18 '20 15:06 jeremypw

  • mac os does not show the path and do not allow the user to navigate on it.

You can turn on the path bar with the shortcut: Opt-Cmd-P.

00 01

RomanAkhma avatar Jun 24 '20 07:06 RomanAkhma

This is a good idea, but would require substantial rewriting of the pathbar code and would probably mean losing the animations.

How about providing usability prior to eye candy? ;)

cmburg avatar Jun 25 '20 04:06 cmburg

Another option would be to make it scrollable

heidefinnischen avatar Jul 15 '22 12:07 heidefinnischen

The design of the pathbar is likely to be rethought and recoded at some point so making it scrollable is certainly an option.

jeremypw avatar Jul 15 '22 14:07 jeremypw

The Gtk4 port should improve this.

jeremypw avatar Mar 09 '23 16:03 jeremypw