Comment 6 for bug 552292

Revision history for this message
mati (mati-wroc) wrote :

As a workaround, the correct icon can be copied from /usr/share/icons/ubuntu-mono-dark/apps/
and converted to png with:
for i in *.svg; do rsvg -w 24 -h 24 $i ${i%%.*}. done

I got so annoyed by the yellow icon, I couldn't wait for the correct fix :-)