Restore icons necessary for mail-notification

Seems that program mail-notification lacks some gnome icons. For theme “clearlooks” they can be created using script:

cd /usr/share/icons/gnome
for f in 8 16 22 24 256 32 48
do cp $f'x'$f/status/stock_mail.png $f'x'$f/status/stock_unknown.png
done
update-icon-caches ./

Leave a Reply