SVG icons and graphics do not render properly because the package librsvg2 looks for files in /etc/gtk-2.0/x86_64-unknown-linux-gnu/ directory which doesn't exists.<br />
The directory which exists is /etc/gtk-2.0/x86_64-redhat-linux-gnu/.<br />
<br />
Solution 1)<br />
ln -s /etc/gtk-2.0/x86_64-redhat-linux-gnu/ /etc/gtk-2.0/x86_64-unknown-linux-gnu/<br />
Solution 2)<br />
make librsvg2 detect the OS as x86_64-redhat-linux
↧