Hello,
Does anybody knows what is the image engine recognizer in openSUSE 10.3 and which could be why gdm at startup it’s not able to recognize any *.svg images as for example:
/usr/share/gdm/themes/happygnome/gnome-logo.svg ?
TKS.
BR
Hello,
Does anybody knows what is the image engine recognizer in openSUSE 10.3 and which could be why gdm at startup it’s not able to recognize any *.svg images as for example:
/usr/share/gdm/themes/happygnome/gnome-logo.svg ?
TKS.
BR
I solved this issue by modify the file:
/usr/share/gdm/themes/GDM-SuSE/suse.xml, replacing the images extensions *.svg with *.jpeg and *.png, in this order:
original file:
<normal file=“Background.svg” alpha=“1”/>
<normal file=“suse.svg” alpha=“1”/>
modified file:
<normal file=“Background.jpeg” alpha=“1”/>
<normal file=“suse.png” alpha=“1”/>
By the way, I would like to understand where exactly the problem causing this issue is hidden.
Regards,
amdturion