Comment 16 for bug 1193541

Revision history for this message
Joshua Tasker (jtasker) wrote :

Sorry, I made a typo, so the bad weather-clouds-night.png link didn't get removed. That first command (to remove the bad links) should have been:

sudo rm -f /usr/share/icons/gnome/22x22/status/weather-clouds.png /usr/share/icons/gnome/22x22/status/weather-clouds-night.png

(or you can break it into two commands):
sudo rm -f /usr/share/icons/gnome/22x22/status/weather-clouds.png
sudo rm -f /usr/share/icons/gnome/22x22/status/weather-clouds-night.png

then run the ln commands again to create the good links:
ln -s weather-few-clouds.png /usr/share/icons/gnome/22x22/status/weather-clouds.png
ln -s weather-few-clouds-night.png /usr/share/icons/gnome/22x22/status/weather-clouds-night.png