1. Ubuntu成功征服Google Earth 6 http://bnuzt.org/archives/601
2. Ubuntu 10.10 完整解決 Google Earth 6 中文問題 - 00086網誌
3. Ubuntu 10.10 下 3 機同步分割顯示 Google Earth 6 中文正常 - 00086網誌
基本上 Google earth 6 在 EzGo8 、Ubuntu 下會有下列問題:
1. 剛安裝好 Google earth 6 可能會無法執行, 或執行根本沒反應, 必須安裝相對應的程式庫。
2. Google earth 6 無法正常顯示中文, 會變成方形的虛線格子, 因為 Google earth 6 內建的程式庫有問題, 必須更換。
3. 即使解決了中文顯示的問題, 卻可能還有執行完 Google earth 6 沒多久就直接自行關閉, 或是無法輸入中文的問題。
解決方法如下:進入終端機視窗, 依序執行下列指令~
1. 先更新軟體來源
sudo apt-get update2. 安裝下列軟體包
sudo apt-get install lsb-core libfreeimage3 libqt4-webkit3. 移除 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