Workaround for bad fonts in Google Earth 5 (Linux)
So you just installed Google Earth 5 and you can’t figure out what’s wrong with the fonts? If your language does not use the Latin script, you cannot see any text?
Here is the workaround. The basic info comes from this google earth forum post and the reply that suggests to mess with the QT libraries.
Google Earth 5 is based on the Qt library, and Google is using their own copies of the Qt libraries. This means that the customisation (including fonts) that you do with qtconfig-qt4 does not affect Google Earth. Here we use Ubuntu 8.10, and we simply installed the Qt libraries in order to use some Qt programs. You probably do not have qtconfig-qt4 installed, so you need to get it.
So, by following the advice in the post above and replacing key Qt libraries from Google Earth with the ones provided by our distro, solves (read: workaround) the problem. Here comes the science:
If you have a 32-bit version of Ubuntu,
cd /opt/google-earth/ sudo mv libQtCore.so.4 libQtCore.so.4.bak sudo mv libQtGui.so.4 libQtGui.so.4.bak sudo mv libQtNetwork.so.4 libQtNetwork.so.4.bak sudo mv libQtWebKit.so.4 libQtWebKit.so.4.bak sudo ln -s /usr/lib/libQtCore.so.4.4.3 libQtCore.so.4 sudo ln -s /usr/lib/libQtGui.so.4.4.3 libQtGui.so.4 sudo ln -s /usr/lib/libQtNetwork.so.4.4.3 libQtNetwork.so.4 sudo ln -s /usr/lib/libQtWebKit.so.4.4.3 libQtWebKit.so.4
If you have the 64-bit version of Ubuntu, try
cd /opt/google-earth/
sudo getlibs googleearth-bin
sudo mv libQtCore.so.4 libQtCore.so.4.bak
sudo mv libQtGui.so.4 libQtGui.so.4.bak
sudo mv libQtNetwork.so.4 libQtNetwork.so.4.bak
sudo mv libQtWebKit.so.4 libQtWebKit.so.4.bak
sudo ln -s /usr/lib32/libQtCore.so.4.4.3 libQtCore.so.4
sudo ln -s /usr/lib32/libQtGui.so.4.4.3 libQtGui.so.4
sudo ln -s /usr/lib32/libQtNetwork.so.4.4.3 libQtNetwork.so.4
sudo ln -s /usr/lib32/libQtWebKit.so.4.4.3 libQtWebKit.so.4
Requires to have getlibs installed, and when prompted, install the 32-bit versions of the packages as instructed.
Now, with qtconfig-qt you can configure the font settings.
Related posts:
- Droid fonts from Google (Android SDK)
- Multimedia support in Ubuntu Linux 6.06
- How to install the 64-bit Adobe Flash Player 10 for Linux in Ubuntu Linux?
- Google google google και GMail
- Unicode Fonts for Ancient Scripts
February 21st, 2009 - 17:36
Δοκίμασα τη λύση σου. Όντως λύθηκε το πρόβλημα με τα fonts αλλά πλέον
to Google earth δεν εμφανίζει φωτογραφίες…
[Translate]
Like or Dislike:
0
0
February 21st, 2009 - 19:59
Αν δεν εμφανίζει φωτογραφίες, τότε είναι πρόβλημα με τη βιβλιοθήκη του QtWebkit.
Έχεις σύστημα 64-bit;
[Translate]
Like or Dislike:
0
0
March 27th, 2009 - 19:03
I also encountered the same problem as Manolis but in a slightly different way. Namely, panoramio would not show the photos within Google Earth 5 but call Firefox instead. Replacing the original version of QtWebKit (that which was renamed with the .bak extension) makes the problem worse in that the photos do not open at all. I am running Ubuntu 8.10 64-bit. What is happening?
By the way, excellent solution, for me the font resolution was much more annoying than this persisting inconvenience. Thanks!
[Translate]
Like or Dislike:
0
0
May 3rd, 2009 - 12:04
Παιδία η λύση για να εμφανίζονται οι φωτογραφίες είναι εδώ -> http://www.google.com/support/forum/p/earth/thread?tid=656ef9a98bc427dd&hl=en
Το μόνο πρόβλημα πια είναι οτι δεν παίζει τα video στο youtube αλλά ελπίζω στην επόμενη εκδοση να το διορθώσουν.
[Translate]
Like or Dislike:
0
0
November 6th, 2009 - 07:40
Thank you for your post!
With Ubuntu 9.10 64 bit just install:
1) qt4
2) getlibs
3) Google-Earth
Perfect!!
Bye bye
[Translate]
Like or Dislike:
0
0
November 15th, 2009 - 11:16
ΕΥΧΑΡΙΣΤΩ
[Translate]
Like or Dislike:
0
0
January 30th, 2010 - 23:20
euxaristw para polli
doulepse
[Translate]
Like or Dislike:
0
0