gabdub
2
The menu now only uses the icon: "start-here".
see:
What I ended up doing was overwriting the icon with a script. Something like this:
sudo cp $NEWICON /usr/share/icons/Numix/32/places/start-here.svg
sudo cp $NEWICON /usr/share/icons/Numix/48/places/start-here.svg
sudo cp $NEWICON /usr/share/icons/Numix/128/places/start-here.svg
sudo update-icon-caches /usr/share/icons/*
echo "New start-here icon set, relogin or reboot to apply"
3 Likes