I’m a fan of the Mozilla application icons, and I find the Ubuntu replacements for Firefox and Thunderbird a bit disorienting. That’s why I’ve used a script to restore the Mozilla icons. I was mildly dismayed to find it didn’t work after upgrading to Edgy – that’s because “Edgy is the first version of Ubuntu that symlinks /bin/sh to /bin/dash instead of /bin/bash” (says rama001). Like it says in the first link above, use this instead:

sudo bash restore_mozilla_icons

Or change the first line of the script to:

#! /bin/bash

Comments are closed.