Fixing Mozilla Thunderbird Icon in Unity, Docky, GNOME Do and Indicator

Annoyed by the low-resolution icon that comes with Thunderbird in Ubuntu? At least it looks butt-ugly on Unity menu, Docky dock or GNOME Do dialog.

GNOME Do
Docky

Of course you could just edit /usr/share/applications/thunderbird.desktop and make its Icon property to point to a higher resolution one, but that’ll mess up the icon shown on the indicator (if you’re using the great Thunderbird indicator plugin).

Indicator

For proper replacement download XPM version of the Thunderbird icon from Mozilla (right click the “Raw file” link and “Save link as” using thunderbird.xpm as the file name). And then execute few commands, which namely remove the crappy PNG icon and replace it with the XPM version.

sudo rm /usr/share/pixmaps/thunderbird.png
sudo mv ~/Downloads/thunderbird.xpm /usr/share/pixmaps/thunderbird.xpm
sudo chown root:root /usr/share/pixmaps/thunderbird.xpm

After that everything works as they’re supposed to and I see no ugly pixels!

Advertisement

0 Responses to “Fixing Mozilla Thunderbird Icon in Unity, Docky, GNOME Do and Indicator”



  1. Leave a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s





Follow

Get every new post delivered to your Inbox.