解決方法如下:进入终端
1. sudo apt-get update
2. sudo apt-get install lsb-core libfreeimage3 libqt4-webkit
3. 移除 Google earth 6 自行安装有问題的4個 libQt*.* 档案!
sudo rm /opt/google/earth/free/libQt*.*
4. 更改 Google earth 6 的程式執行腳本 :
sudo gedit /opt/google/earth/free/googleearth
寻找脚本的最后一行:
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin “$@”
在它的前一行插入:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
现在我的google earth正常了,11.04亲测