I have the same problem, and it renders the gui gmplayer unusable.

I just wanted to say that you got the transparency wrong, it's the
main.png that has transparency, and main-silver.png doesn't. Check
with this command:

$ file /usr/share/mplayer/skins/default/*

RGBA means it has transparency information, and apparently it breaks.
If I convert all RGBA images to RGB it works fine, for example with
this command (requires imagemagick, aptitude install imagemagick):

# cd /usr/share/mplayer/skins/default ; mogrify -alpha off -depth 8
`file *.png | grep RGBA | cut -d: -f 1`



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to