====== Fix Faenza icon theme to use a Geany-ish icon ====== The Faenza icon theme(([[http://tiheum.deviantart.com/art/Faenza-Icons-173323228|on DeviantArt]], [[http://gnome-look.org/content/show.php/Faenza?content=128143|on GnomeLook]])) is a popular theme that is even the default on some distributions (e.g. [[http://www.linuxmint.com/|Mint]]). No matter how great it is, many people don't like the icon this theme gives to Geany: a blue Arabic-style drawing with Arabic letters reading "Geany" -- nothing similar to the gold magic lamp. This page lists some ways to revert to the original Geany icon or to install a more Geany-ish yet Faenza-ish icon. ===== Installing Faenza-looking icons ===== {{ https://raw.github.com/b4n/geany-faenza-icon/master/Faenza/apps/64/geany.png|Faenza-looking icon}} You can find some more Geany-ish yet Faenza-ish icons [[https://github.com/b4n/geany-faenza-icon|on the Geany Faenza Icon]] GitHub project, together with the instructions to install them. Alternatively, you can simply download the icons and put them in your ''~/.icons'' directory keeping the directory scheme ''Faenza/apps//''. ===== Using the original Geany icons ===== Another possibility is to simply use the original Geany icon. To do so, you'll need to copy or link the original Geany icon ''~/.icons/Faenza'', still keeping the directory architecture. Since Faenza provides many icon sizes (16, 22, 24, 32, 48, 64, 94 and scalable at this time) and the icon lookup takes the more precise match, you'll need to provide overrides for all these sizes. You can quite easily render the SVG at the appropriate sizes using [[http://inkscape.org/|Inkscape]]. However, here again [[https://github.com/b4n/geany-faenza-icon|on the Geany Faenza Icon]] GitHub project has a script to automate the process. ===== Removing the Faenza "geany" icons ===== Finally, you can also simply remove or rename the icons Faneza has for Geany so the original ones will be used. Given the Faenza icon theme is installed in ''~/.icons/Faenza'' and you want to rename the icons rather than removing them completely, you can use this: find ~/.icons/Faenza -name 'geany.*' -exec mv '{}' '{}.bak' ';' Of course if the icons are installed somewhere else you'll need to adapt the command. {{tag>howto faenza icon mint}}