**NOTE** January 2022 - Changes to Gstreamer and Pipewire packages from PackmanPlease read the following thread about the current changes
-
openSUSE 10.3 gdm problem
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
-
Re: openSUSE 10.3 gdm problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|