jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
902 stars 77 forks source link

White spot at the right side of the toolbar in thunar #107

Closed malnvenshorn closed 3 years ago

malnvenshorn commented 3 years ago

After updating Thunar from version 1.8.16 to 4.16.0. There is a white spot at the right edge of the toolbar. This spot exists with Arc, Arc-Darker, Arc-Dark. The difference is only the color. I haven't noticed this in other application so far.

I'm using Arch Linux with Xfce 4.16 with the latest release of this theme (20201013)

Bildschirmfoto_2020-12-26_19-45-44

jnsh commented 3 years ago

Thanks for the report. This is an upstream issue, but I'll apply a workaround if it won't get fixed shortly.

The workaround is already being worked on in https://github.com/jnsh/arc-theme/pull/106

malnvenshorn commented 3 years ago

Thanks for the fast reply. I haven't looked at the pull requests. A workaround would be nice until it gets fixed upstream.

jnsh commented 3 years ago

Until there's some kind of permanent fix, you can work around this yourself by adding one of the following one-liners (based on the aforementioned pull request) to your user's ~/.config/gtk-3.0/gtk.css file.

For Arc and Arc-Lighter: .thunar grid > box { background-color: #e7e8eb; }

For Arc-Dark and Arc-Darker .thunar grid > box { background-color: #2f343f; }

EDIT. The issue has been fixed upstream, and shouldn't be present in forthcoming thunar 4.16.1 release. Therefore this won't get worked around in Arc theme. The above CSS injection should work as a temporary solution until thunar gets updated.

I'm leaving this issue open for now, as I'd imagine more people will be experiencing this issue and looking for a solution as xfce 4.16 rolls out to more users.

jnsh commented 3 years ago

Thunar 4.16.1 has been released, and this should be fixed with it. Closing.