Linux – Change icons of application in Linux Mint

iconslinux-mint

I installed a new icon set (numix), however not all icons were changed (e.g. the software manager). How can I manually change icons?

screenshot

Best Answer

One way of finding the location of the icon for an application is to add it to the panel (right click > add to panel) and then right click on the newly added icon to edit it. By clicking on the icon in "Launcher Properties" you'll get its location. For instance mintInstall is found in /usr/lib/linuxmint/mintInstall/icon.svg

Having this you can then replace the icon with you own file and you can remove the application from the panel again.

Related Question