您的位置:首页 > 编程语言 > Go语言

Ubuntu 10.04 Google Earth Deb 包安装后乱码问题

2011-10-08 15:24 399 查看
解決方法如下:進入終端機視窗, 依序執行下列指令~

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: