Bad location bar in Nautilus with GNOME 3.30
Closed this issue · 4 comments
Gnome 3.30 broke the breadcrumbs.I don't think it can selectively fixed for two different nautilus version.
For now append this to ~/.config/gtk-3.0/gtk.css
.```
nautilus-window .path-bar-box {
border-radius: 2px;
}
.nautilus-window .path-bar > box > button {
background-color: transparent;
border-color: transparent;
border-radius: 0;
margin: 0 2px;
padding: 1px;
}
.nautilus-window .path-bar > box > button:hover {
box-shadow: 0 -3px rgb(99, 99, 200) inset;
}
3.30.2 version of nautilus should have reverted the changes that broke 3rd party themes.
If someone can confirm then this bug could be closed.
As far as I can tell there's still a problem there. The location bar should have a different background than the rest of the headerbar, to avoid funny alignments of both the location bar and the search button.