Comment 11 for bug 358749

Revision history for this message
Jesper de Jong (jespdj) wrote :

Completely removing qt.conf does not work on my 64-bit Jaunty system!
@Lionel: The update fix broke my manual patch!

I have to replace the contents of /usr/share/googleearth/qt.conf with this (as described above):

[Paths]
Documentation=/usr/share/doc
Libraries=/usr/lib32
Plugins=/usr/lib32/qt4/plugins
Translations=/usr/share/qt4/translations

And then create a symbolic link:

cd /usr/lib32/googleearth
sudo ln -s ../../share/googleearth/qt.conf qt.conf

And then it works.