Jormundgand
June 4th, 2005, 04:36 AM
If you're like me, you love the Firefox logo and want it to be everywhere it should by rights be. So you're not happy to leave the About box as it is. You want that logo fixed.
I'm providing the Firefox about logos. Also included is instructions for replacing them in the browser:
1) Download the three images below to your home directory
2) $ cp /usr/lib/mozilla-firefox/chrome/browser.jar ~
3) $ unzip browser.jar
4) $ rm content/browser/about*.png
5) $ cp *.png content/browser/
6) $ zip -r browser.jar content
7) $ sudo rm /usr/lib/mozilla-firefox/chrome/browser.jar
8) $ sudo cp ~/browser.jar /usr/lib/mozilla-firefox/chrome
9) Restart Mozilla Firefox
When I come up with a similar sequence for Thunderbird, I'll post that too. You might even make this into a small bash script like was done for the logos.
I'm providing the Firefox about logos. Also included is instructions for replacing them in the browser:
1) Download the three images below to your home directory
2) $ cp /usr/lib/mozilla-firefox/chrome/browser.jar ~
3) $ unzip browser.jar
4) $ rm content/browser/about*.png
5) $ cp *.png content/browser/
6) $ zip -r browser.jar content
7) $ sudo rm /usr/lib/mozilla-firefox/chrome/browser.jar
8) $ sudo cp ~/browser.jar /usr/lib/mozilla-firefox/chrome
9) Restart Mozilla Firefox
When I come up with a similar sequence for Thunderbird, I'll post that too. You might even make this into a small bash script like was done for the logos.