Created attachment 7925 screenshot After upgrading to Fedora 29, Thunar's navbar shows some weird simple icons instead of icons of my icon set (screenshot attached). The RPM package is Thunar-1.8.1-20.fc29.x86_64 We have Xfce 4.13 https://fedoraproject.org/wiki/Changes/xfce-4.13 Reported in Fedora as https://bugzilla.redhat.com/show_bug.cgi?id=1624377
Those are symbolic icons. You can force regular icons with the following in ~/.config/gtk-3.0/gtk.css: .thunar { -gtk-icon-style: regular; -gtk-icon-transform: scale(1.0); } Note: the "-gtk-icon-transform" line will allow you to scale the size of those icons.
Thanks. That works as a workaround. Should this remain the default?
It seems to me your theme doesn't provide symbolic icons so it falls back to Adwaita. In the future we might also introduce symbolic icons for the side pane, in that case a toggle in preferences would make sense to switch to regular icons.