Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Discussions > Earth for Linux > workaround for GE4.3 text display issue
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
catinsnow  
View profile  
 More options Apr 19 2008, 10:55 am
From: catinsnow
Date: Sat, 19 Apr 2008 07:55:49 -0700 (PDT)
Local: Sat, Apr 19 2008 10:55 am
Subject: workaround for GE4.3 text display issue
the key is,use the qt4 libs of your system replace the GE4.3 shipped.
I'm a Ubuntu Hardy user, these steps  resolved all the boot speed and
fonts encoding and display issues for me.

sudo apt-get install libqt4-core libqt4-gui libqt4-qt3support libqt4-
sql
cd /opt/google-earth   # my GE install directory
sudo mkdir libbak
sudo mv libQt* libbak
sudo ln -s /usr/lib/libQt3Support.so.4 ./
sudo ln -s /usr/lib/libQtCore.so.4 ./
sudo ln -s /usr/lib/libQtGui.so.4 ./
sudo ln -s /usr/lib/libQtNetwork.so.4 ./
sudo ln -s /usr/lib/libQtSql.so.4 ./
sudo ln -s /usr/lib/libQtXml.so.4 ./

start google earth,the text render then same to other qt4 programs in
my system.
hope these could help other guys in the trouble.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Santana  
View profile  
 More options Apr 19 2008, 4:25 pm
From: Santana
Date: Sat, 19 Apr 2008 13:25:48 -0700 (PDT)
Local: Sat, Apr 19 2008 4:25 pm
Subject: Re: workaround for GE4.3 text display issue
I am using Slackware 11 with Qt3 libs.

The antialiasing problem is caused by libQtGui.so.4!

I have installed Qt4 libs and then I have replaced /opt/googleearth/
libQtGui.so.4 with /opt/qt4/lib/libQtGui.so.4; GE 4.3 starts with GUI
fonts perfectly antialiased but crashes immediatly!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
catinsnow  
View profile  
 More options Apr 20 2008, 9:22 am
From: catinsnow
Date: Sun, 20 Apr 2008 06:22:14 -0700 (PDT)
Local: Sun, Apr 20 2008 9:22 am
Subject: Re: workaround for GE4.3 text display issue
may be you should try to replace all the qt4 libs. libQtGui.so.4
should be  same version completely with other Qt4 libs.

On 4月20日, 上午4时25分, Santana wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Santana  
View profile  
 More options Apr 20 2008, 8:07 pm
From: Santana
Date: Sun, 20 Apr 2008 17:07:49 -0700 (PDT)
Local: Sun, Apr 20 2008 8:07 pm
Subject: Re: workaround for GE4.3 text display issue
Perhaps, your workaround requires Qt4 installed in /usr/lib; many
Linux distros are still based on Qt3 and, in that case, you cannot
install Qt4 in /usr/lib.

For example, Qt4 package for Slackware 12 installs Qt4 in /opt because
Slackware 12 has Qt3 installed in /usr/lib.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wenzhuo  
View profile  
 More options Apr 20 2008, 8:44 pm
From: wenzhuo
Date: Sun, 20 Apr 2008 17:44:15 -0700 (PDT)
Local: Sun, Apr 20 2008 8:44 pm
Subject: Re: workaround for GE4.3 text display issue
I am a Ubuntu Hardy user as well. Your workaround does not work for
me. The only
difference between your setup and mine is that GE4.3 is installed in
my home directory.

On Apr 19, 10:55 pm, catinsnow wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rkwells  
View profile  
 More options Apr 21 2008, 2:10 pm
From: rkwells
Date: Mon, 21 Apr 2008 11:10:35 -0700 (PDT)
Local: Mon, Apr 21 2008 2:10 pm
Subject: Re: workaround for GE4.3 text display issue
when I do this I get:
./googleearth-bin: symbol lookup error: ./libcommon.so: undefined
symbol: _ZN6QLabel13keyPressEventEP9QKeyEvent

My Qt version is 4.1.4

roger wells

On Apr 19, 10:55 am, catinsnow wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
amilcar  
View profile  
 More options Apr 28 2008, 6:16 pm
From: amilcar
Date: Mon, 28 Apr 2008 15:16:30 -0700 (PDT)
Local: Mon, Apr 28 2008 6:16 pm
Subject: Re: workaround for GE4.3 text display issue
The workaround will only work if you install googlearth in the system
folders (as root)

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fc8usr  
View profile  
 More options Apr 29 2008, 9:50 am
From: fc8usr
Date: Tue, 29 Apr 2008 06:50:20 -0700 (PDT)
Local: Tues, Apr 29 2008 9:50 am
Subject: Re: workaround for GE4.3 text display issue
Thanks. Worked perfectly for me on Fedora 8, antialiased font
rendering now functional:

su
yum install qt4 qt4-X11
cd /usr/local/google-earth
mkdir libbak
mv libQt* libbak
ln -s /usr/lib/libQt3Support.so.4
ln -s /usr/lib/libQtCore.so.4
ln -s /usr/lib/libQtGui.so.4
ln -s /usr/lib/libQtNetwork.so.4
ln -s /usr/lib/libQtSql.so.4
ln -s /usr/lib/libQtXml.so.4


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fc8usr  
View profile  
 More options Apr 29 2008, 11:16 am
From: fc8usr
Date: Tue, 29 Apr 2008 08:16:38 -0700 (PDT)
Local: Tues, Apr 29 2008 11:16 am
Subject: Re: workaround for GE4.3 text display issue
Wait, not so perfect. 'Panoramio' placemarks do not display images
when using system qt4 libs. Bah!

On Apr 29, 10:50 am, fc8usr wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fc8usr  
View profile  
 More options Apr 29 2008, 11:25 am
From: fc8usr
Date: Tue, 29 Apr 2008 08:25:13 -0700 (PDT)
Local: Tues, Apr 29 2008 11:25 am
Subject: Re: workaround for GE4.3 text display issue
Actually, none of the 'browser' windows render images with this
otherwise great workaround using system qt4 libs to improve
performance and render fonts correctly.

On Apr 29, 12:16 pm, fc8usr wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Santana  
View profile  
 More options May 1 2008, 11:59 am
From: Santana
Date: Thu, 1 May 2008 08:59:37 -0700 (PDT)
Local: Thurs, May 1 2008 11:59 am
Subject: Re: workaround for GE4.3 text display issue
The antialiasing problem was my mistake!

On Slackware 12, GE 4.3 searches for font paths in /etc/X11/xorg.conf
and, in that file, I forgot to specify the line:

FontPath "/usr/share/fonts/TTF"

Now antialiasing is working (without the workaround proposed by
catinsnow) and GE 4.3 can see my true type fonts!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
I Baker  
View profile  
 More options May 12 2008, 7:34 am
From: I Baker
Date: Mon, 12 May 2008 04:34:55 -0700 (PDT)
Local: Mon, May 12 2008 7:34 am
Subject: Re: workaround for GE4.3 text display issue
I'm using Mandriva Powerpack 2008, GE4.3 installed from package
manager (directories may be different if installed with the installer
from google.) I've ammended fc8usr's script thus:

(naturally, you'll need qt4 first.)

su
cd /usr/lib/googleearth
mkdir libbak
mv libQt* libbak
ln -s /usr/lib/qt4/lib/libQt3Support.so.4
ln -s /usr/lib/qt4/lib/libQtCore.so.4
ln -s /usr/lib/qt4/lib/libQtGui.so.4
ln -s /usr/lib/qt4/lib/libQtNetwork.so.4
ln -s /usr/lib/qt4/lib/libQtSql.so.4
ln -s /usr/lib/qt4/lib/libQtXml.so.4

Seems to be working fine and also starting up a hell of a lot quicker
(famous last words!) Thanks for this everyone, I had a choice between
GE4.3 working properly and looking ugly or GE4.2 looking OK and not
quite working.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
I Baker  
View profile  
 More options May 12 2008, 8:08 am
From: I Baker
Date: Mon, 12 May 2008 05:08:09 -0700 (PDT)
Local: Mon, May 12 2008 8:08 am
Subject: Re: workaround for GE4.3 text display issue
Hmmmmmm, spoke too soon. Getting the same problem with 'Panoramio' and
other placemarks not showing most images (the 'Panoramio' logo is
presumably an image and that's showing up, but not the picture for the
placemark.) I also noticed that the placemark pop up is giving an item
in the task bar named Googleearth-bin, which I don't think it did
before.

Think I've reached the limit of my hacking skills, any more thoughts
anyone?


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rkwells  
View profile  
 More options May 16 2008, 1:31 pm
From: rkwells
Date: Fri, 16 May 2008 10:31:17 -0700 (PDT)
Local: Fri, May 16 2008 1:31 pm
Subject: Re: workaround for GE4.3 text display issue
What version/release of Qt4 are you using?  My version (4.1.4) seems
to be the same as that supplied with googleearth at least the byte
size of each file is exactly the same. Needless to say the problem
with labels persists.

-rwxr-xr-x  1 root root 2323988 May 13 12:13 libQt3Support.so.4
-rwxr-xr-x  1 root root 1823904 May 13 12:13 libQtCore.so.4
-rwxr-xr-x  1 root root 6486672 May 13 12:13 libQtGui.so.4
-rwxr-xr-x  1 root root  541908 May 13 12:13 libQtNetwork.so.4
-rwxr-xr-x  1 root root  165176 May 13 12:13 libQtSql.so.4
-rwxr-xr-x  1 root root  322248 May 13 12:13 libQtXml.so.4

Any help with this problem will be appreciated.
Roger Wells

On Apr 19, 10:55 am, catinsnow wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google