Comment 7 for bug 1589790

Revision history for this message
Ángel (luianglenlop) wrote :

I've added this to set_wallpaper script and it works

if [ "$(file $NEWWP | grep PNG)" ]; then
        rename jpg png $NEWWP
fi