在软件中心自动安装的googleearth乱码
Tofloor
poster avatar
cyhwy
deepin
2011-09-13 23:03
Author
在软件中心自动安装的googleearth乱码
另外永中软件输入法无法光标跟随,输入法面板相互遮挡,基本无法输入
Reply Favorite View the author
All Replies
s.******[email protected]
deepin
2011-09-14 00:22
#1
在软件中心自动安装的googleearth乱码
另外永中软件输入法无法光标跟随,输入法面板相互遮挡,基本无法输入
http://www.openboy.net/ubuntu-install-google-earth.html

第二个问题,建议换用fcitx
Reply View the author
cyhwy
deepin
2011-09-14 07:09
#2
如题,现在一打开GoogleEarth,会看到正常显示中文了,但是软件一闪,就自动关掉了,怎么回事呢?
Reply View the author
cyhwy
deepin
2011-09-14 07:39
#3
基本上 Google earth 6 在 EzGo8 、Ubuntu 下会有下列问题:
1. 刚安装好 Google earth 6 可能会无法执行, 或执行根本没反应, 必须安装相对应的链接库。
2. Google earth 6 无法正常显示中文, 会变成方形的虚线格子, 因为 Google earth 6 内建的链接库有问题, 必须更换。
3. 即使解决了中文显示的问题, 却可能还有执行完 Google earth 6 没多久就直接自行关闭, 或是无法输入中文的问题。

解决方法如下:进入终端机窗口, 依序执行下列指令~
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
Reply View the author
cyhwy
deepin
2011-09-14 07:40
#4
搞定了!!!
Reply View the author
s.******[email protected]
deepin
2011-09-14 09:00
#5
恭喜。
Reply View the author
cyhwy
deepin
2011-09-15 00:21
#6
希望软件中心介绍里面把软件安装常见问题的解决方法同时注明,这样就不用到处baidu了
如果能修正安装错误就更好了。
Reply View the author
s.******[email protected]
deepin
2011-09-15 01:07
#7
希望软件中心介绍里面把软件安装常见问题的解决方法同时注明,这样就不用到处baidu了
如果能修正安装错误就更好了。
嗯好。
Reply View the author