numixproject / numix-gtk-theme

A modern flat theme with a combination of light and dark elements.
GNU General Public License v3.0
1.2k stars 227 forks source link

Bad location bar in Nautilus with GNOME 3.30 #721

Closed ogarcia closed 3 years ago

ogarcia commented 5 years ago

The location bar in nautilus have bad colors in GNOME3.30 when is maximized. location_bar I'm using trunk.

khurshid-alam commented 5 years ago

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; }

fossfreedom commented 5 years ago

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.

ogarcia commented 5 years ago

I have 3.30.1 and seems fixed. But if you want I can wait to 3.30.2 to make definitive check.

UPDATE: No, sorry. I have 3.30.1 in about but nautilus is 3.30.2. And yes, is fixed. location_bar

patriziobruno commented 5 years ago

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.