! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Thunar's navbar doesn't respect my icon theme
Status:
RESOLVED: FIXED

Comments

Description Miro Hrončok 2018-09-01 10:35:59 CEST
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
Comment 1 ToZ editbugs 2018-09-01 11:48:19 CEST
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.
Comment 2 Miro Hrončok 2018-09-01 12:02:01 CEST
Thanks. That works as a workaround. Should this remain the default?
Comment 3 Andre Miranda editbugs 2018-09-01 17:21:51 CEST
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.

Bug #14647

Reported by:
Miro Hrončok
Reported on: 2018-09-01
Last modified on: 2018-09-01

People

Assignee:
Xfce Bug Triage
CC List:
5 users

Version

Version:
unspecified

Attachments

screenshot (37.94 KB, image/png)
2018-09-01 10:35 CEST , Miro Hrončok
no flags

Additional information