Currently shiped by EL7, it’s for gnome 3:
1 2 3 4 |
[root@t430z icons]# rpm -qa| grep icon gnome-icon-theme-3.8.2-3.el7.noarch gnome-icon-theme-symbolic-3.8.2.2-2.el7.noarch hicolor-icon-theme-0.12-7.el7.noarch |
In this scenario, we cannot see icons complete on Thunar.
problem is that Thunar still works on gtk2 and we still need the legacy icons.
fetch following src RPMs:
1 2 |
gnome-icon-theme-3.10.0-1.fc20.src.rpm gnome-icon-theme-symbolic-3.10.0-1.fc20.src.rpm |
compile and we get:
1 2 3 4 |
gnome-icon-theme-3.10.0-1.el7.centos.noarch.rpm gnome-icon-theme-devel-3.10.0-1.el7.centos.noarch.rpm gnome-icon-theme-legacy-3.10.0-1.el7.centos.noarch.rpm gnome-icon-theme-symbolic-3.10.0-1.el7.centos.noarch.rpm |
then install the legacy RPM,
1 |
# rpm -Uvh gnome-icon-theme* |
working.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[root@t430z noarch]# rpm -qi gnome-icon-theme-legacy Name : gnome-icon-theme-legacy Version : 3.10.0 Release : 1.el7.centos Architecture: noarch Install Date: Wed Jul 16 13:27:28 2014 Group : User Interface/Desktops Size : 0 License : LGPLv3+ Signature : (none) Source RPM : gnome-icon-theme-3.10.0-1.el7.centos.src.rpm Build Date : Wed Jul 16 13:25:21 2014 Build Host : t430z.suse Relocations : (not relocatable) URL : http://www.gnome.org Summary : Old names for icons in gnome-icon-theme Description : This package contains symlinks to make the icons in gnome-icon-theme available under old names. |
I filed following rh bug for tracking…
https://bugzilla.redhat.com/show_bug.cgi?id=1120030