BASH Script: Google Earth Linux installation with Fix for ugly fonts
These are the instructions for script attached to this post. It’ll download Google Earth from Google servers (if it hasn’t been already installed) and tie it to the systems QT files.
Default Google Earth installation flaws
- Your distributions QT files are generally newer than those provided by Google Earth
- Google Earth fonts doesn’t fit in quite well in standard Gnome and KDE interfaces because Google Earth’s QT files are not tweaked to your distribution looks.
- You have no control over Google Earth’s GUI fonts properties. You can’t tweak fonts using your distribution’s tools like “qtconfig-qt4″ because mentioned program have influence only over your distributions QT libraries.
By using this script to install Google Earth you can lead Google Earth to forget its old QT libraries and to use your distributions QT libraries.
On the lower picture you can see part of Google Earth’s interface in Ubuntu distribution with and without this script.

Ubuntu Jaunty - Google Earth fonts
Supported distributions and architectures:
- Ubuntu 9.04 (Jaunty Jackalope) i686
- Ubuntu 9.04 (Jaunty Jackalope) x86_64
- Fedora 11 (Leonidas) i686
- Linux Mint 7 (Gloria) i686
- Linux Mint 7 (Gloria) x86_64
This script can be only started on a supported Linux distribution. If your distribution isn’t supported there is hope. If you open the script in your favorite text editor and if you have some knowledge of Linux commands you can easily spot the procedure for this fix. If you don’t have required knowledge you can ask here and I will try to add support if I have enough spare time.
How to start this script?
- Download the script and unpack it to your desktop.
- Make the script executable by issuing this command’s on the terminal:
chmod +x google-earth-fonts-v0.2 - Start the script with the superuser privileges. In Ubuntu you would type:
sudo ./google-earth-fonts-v0.2
This script has been tested on supported distributions but there’s always the possibility of last-minute error. If there’s something wrong with the script please comment so I could fix it, or feel free to fix it yourself and to notify me so I could include your fix here on this blog.
List of changes:
- v0.2 – Few small errors fixed, support for Linux Mint (i686 and x86_64). Note: 64 bit version is not tested but it should work because Mint is Ubuntu under the hood.
- v0.1 – Initial release.
HERE’s the script! Enjoy!

(1 votes, average: 4.00 out of 5)

